forked from mapeditor/tiled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiled.appdata.xml
28 lines (28 loc) · 1.13 KB
/
tiled.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">tiled.desktop</id>
<metadata_license>CC-BY-3.0 and GPL-2.0</metadata_license>
<project_license>GPL-2.0+ and BSD-2-Clause</project_license>
<name>Tiled</name>
<summary>General purpose map editor</summary>
<description>
<p>
Tiled is a general purpose 2D level editor with powerful tile map editing
features. It’s built to be easy to use and is suitable for many type of
games.
</p>
<p>
The Tiled map format is supported by a large amount of game engines and
libraries. In addition, Tiled supports plugins to read and write map formats
other than its own map format.
</p>
</description>
<screenshots>
<!-- GPL 2 by TMW -->
<screenshot type="default" width="800" height="600">http://www.mapeditor.org/img/appdata/screenshot_objects.png</screenshot>
<!-- CC BY SA 3.0 By Clint Bellanger -->
<screenshot width="800" height="600">http://www.mapeditor.org/img/appdata/screenshot_terrain.png</screenshot>
</screenshots>
<url type="homepage">http://www.mapeditor.org/</url>
<updatecontact>[email protected]</updatecontact>
</application>