diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-11-21 21:44:11 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-11-21 21:44:11 +0100 |
commit | 2c6cd362c32a2e9460e5ddebd85f050b9b5ab4e4 (patch) | |
tree | 7b02c4094968629dda47ccab5eae1c49314ffb87 /dist/resources/map | |
parent | 4443ca205812f4da4aa0ed1bf4897e731107616b (diff) | |
download | rpgedit-2c6cd362c32a2e9460e5ddebd85f050b9b5ab4e4.tar rpgedit-2c6cd362c32a2e9460e5ddebd85f050b9b5ab4e4.zip |
Allow using animated entities as map tiles
A more optimized implementation for animated tiles is planned.
Diffstat (limited to 'dist/resources/map')
-rw-r--r-- | dist/resources/map/test.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/dist/resources/map/test.json b/dist/resources/map/test.json index ec3b3fb..91efc19 100644 --- a/dist/resources/map/test.json +++ b/dist/resources/map/test.json @@ -1,22 +1,22 @@ { "tiles": [ - "stone/floor", - "stone/plate", - "stone/wall/top", - "stone/wall/right", - "stone/wall/bottom", - "stone/wall/left", - "stone/wall/top_left", - "stone/wall/top_right", - "stone/wall/bottom_right", - "stone/wall/bottom_left", - "stone/wall/top_left_inner", - "stone/wall/top_right_inner", - "stone/wall/bottom_right_inner", - "stone/wall/bottom_left_inner", - "water", - "stone/border/bottom_right", - "stone/border/bottom_left" + "-stone/floor", + "-stone/plate", + "-stone/wall/top", + "-stone/wall/right", + "-stone/wall/bottom", + "-stone/wall/left", + "-stone/wall/top_left", + "-stone/wall/top_right", + "-stone/wall/bottom_right", + "-stone/wall/bottom_left", + "-stone/wall/top_left_inner", + "-stone/wall/top_right_inner", + "-stone/wall/bottom_right_inner", + "-stone/wall/bottom_left_inner", + "@water", + "-stone/border/bottom_right", + "-stone/border/bottom_left" ], "layers": [ { |