summaryrefslogtreecommitdiff
path: root/doc/classes/TileSetSource.xml
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2021-05-07 15:41:39 +0200
committerGilles Roudière <gilles.roudiere@gmail.com>2021-05-07 18:06:17 +0200
commita3dda2df85bf3e3ef82dbe1c2377640b9f3fd9c0 (patch)
treecedf0a8411cfc773f63acb1bc702c4cf20008ac5 /doc/classes/TileSetSource.xml
parentd81ea631d91bd282b823ab03d68123befe4027c0 (diff)
Rework the TileSet resource and TileMap nodes:
- Move most properties from TileMap to TileSet, - Make TileSet more flexible, supporting more feature (several collision layers, etc...), - Fusion both the TileMap and TileSet editor, - Implement TileSetSources, and thus a new way to index tiles in the TileSet, - Rework the TileSet and TileMap editors completely, - Implement an editor zoom widget (and use it in several places)
Diffstat (limited to 'doc/classes/TileSetSource.xml')
-rw-r--r--doc/classes/TileSetSource.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/classes/TileSetSource.xml b/doc/classes/TileSetSource.xml
new file mode 100644
index 0000000000..6a3029bb3f
--- /dev/null
+++ b/doc/classes/TileSetSource.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="TileSetSource" inherits="Resource" version="4.0">
+ <brief_description>
+ </brief_description>
+ <description>
+ </description>
+ <tutorials>
+ </tutorials>
+ <methods>
+ </methods>
+ <constants>
+ </constants>
+</class>