forked from mapeditor/tiled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.mapeditor.Tiled.appdata.xml
58 lines (58 loc) · 1.98 KB
/
org.mapeditor.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.mapeditor.Tiled.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+ and BSD-2-Clause</project_license>
<name>Tiled</name>
<summary>General purpose map editor</summary>
<keywords>
<keyword>2D</keyword>
<keyword>mapeditor</keyword>
<keyword>tool</keyword>
<keyword>development</keyword>
<keyword>tile</keyword>
<keyword>editor</keyword>
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="2019.07.05" type="development" date="2019-07-05">
<url>https://thorbjorn.itch.io/tiled/devlog/89540/select-tile-layers-by-clicking-them</url>
</release>
<release version="1.2.4" type="stable" date="2019-05-15">
<url>https://www.mapeditor.org/2019/05/15/tiled-1-2-4-released.html</url>
</release>
</releases>
<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">
<image>https://www.mapeditor.org/img/appdata/screenshot_objects.png</image>
</screenshot>
<!-- CC BY SA 3.0 By Clint Bellanger -->
<screenshot width="800" height="600">
<image>https://www.mapeditor.org/img/appdata/screenshot_terrain.png</image>
</screenshot>
</screenshots>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>UserDocs</kudo>
</kudos>
<url type="homepage">https://www.mapeditor.org/</url>
<launchable type="desktop-id">org.mapeditor.Tiled.desktop</launchable>
<provides>
<id>tiled.desktop</id>
</provides>
<translation type="qt">tiled</translation>
<update_contact>tingping@fedoraproject.org</update_contact>
</component>