File: tiled.1.ronn

package info (click to toggle)
tiled-qt 0.10.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,356 kB
  • ctags: 6,894
  • sloc: cpp: 50,440; java: 3,301; python: 1,379; ansic: 556; xml: 356; ruby: 41; makefile: 22; sh: 7
file content (31 lines) | stat: -rw-r--r-- 744 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
tiled(1) -- tile map editor
===========================

## SYNOPSIS

`tiled` [<OPTIONS>] [FILES...]

## DESCRIPTION

Tiled is a general purpose tile map editor. It's built to be easy to use,
yet flexible enough to work with varying game engines, whether your game
is an RPG, platformer or Breakout clone. Tiled is free software and written
in C++, using the Qt application framework.

## OPTIONS

  * `-h` `--help`:
    Displays the help
  * `-v` `--version`:
    Displays the version
  * `--quit`:
    Only check validity of arguments
  * `--disable-opengl`:
    Disables hardware accelerated rendering

## AUTHORS
<https://github.com/bjorn/tiled/blob/master/AUTHORS>

## SEE ALSO

tmxviewer(1), tmxrasterizer(1), <http://www.mapeditor.org/>