diff doc/src/specs/tileset.md @ 196:5b0f7ffab962

doc: initial html support
author David Demelier <markand@malikania.fr>
date Tue, 20 Nov 2018 12:14:00 +0100
parents docs/specs/tileset.md@3107ce017c3a
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/src/specs/tileset.md	Tue Nov 20 12:14:00 2018 +0100
@@ -0,0 +1,19 @@
+# Tileset
+
+## JSON specification
+
+### Synopsis
+
+```json
+{
+    "cell": {
+        width: 32,
+        height: 32
+    },
+    "image": "image-identifier",
+    "properties": {
+        { "p1", "value 1" },
+        { "p2", 'value 2" }
+    },
+}
+```