summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-09-12 09:20:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-09-12 09:20:19 +0200
commit02758a69ac49cc437ed27628b64e08fd443758b8 (patch)
tree470d9980b9c2ec710f85a7c5b872d4b529e36a9e /dist
parenta5e69edc5a6f1a95618c04e214d39b397577d796 (diff)
downloadrpgedit-02758a69ac49cc437ed27628b64e08fd443758b8.tar
rpgedit-02758a69ac49cc437ed27628b64e08fd443758b8.zip
Implement simple map renderer
Diffstat (limited to 'dist')
-rw-r--r--dist/resources/map/test.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/resources/map/test.json b/dist/resources/map/test.json
index 4689076..2cf324f 100644
--- a/dist/resources/map/test.json
+++ b/dist/resources/map/test.json
@@ -1,8 +1,8 @@
{
"tiles": {
- "G": {"file": "grass"},
- "<": {"file": "road", "subtile": 0},
- ">": {"file": "road", "subtile": 1}
+ "G": "grass",
+ "<": "road_left",
+ ">": "road_right"
},
"collision": [
"00000000000110000000000000000000",