File: tiled.1.ronn

package info (click to toggle)
tiled-qt 1.2.1%2Bdfsg.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 31,084 kB
  • sloc: cpp: 85,970; java: 3,602; python: 1,469; xml: 1,251; sh: 56; makefile: 32; ruby: 15
file content (35 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (4)
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
32
33
34
35
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
  * `--export-map` [format] <tmx file> <target file>:
    Exports the specified tmx file to target
  * `--export-formats`:
    Prints a list of supported export formats

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

## SEE ALSO

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