diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/resources/map/test.json | 6 | ||||
-rw-r--r-- | static/resources/sprite/tile/road.png | bin | 0 -> 329 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/static/resources/map/test.json b/static/resources/map/test.json index e76b195..4689076 100644 --- a/static/resources/map/test.json +++ b/static/resources/map/test.json @@ -1,8 +1,8 @@ { "tiles": { - "G": {"rotate": 0, "file": "grass"}, - "<": {"rotate": 0, "file": "road_left"}, - ">": {"rotate": 0, "file": "road_right"} + "G": {"file": "grass"}, + "<": {"file": "road", "subtile": 0}, + ">": {"file": "road", "subtile": 1} }, "collision": [ "00000000000110000000000000000000", diff --git a/static/resources/sprite/tile/road.png b/static/resources/sprite/tile/road.png Binary files differnew file mode 100644 index 0000000..93e0a81 --- /dev/null +++ b/static/resources/sprite/tile/road.png |