From 8ee24fdbdfb2f64899e68d44e4c4f236c8c34e86 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 8 Jan 2016 12:23:05 +0100 Subject: Add support for subtiles --- static/resources/map/test.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/resources/map/test.json') 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", -- cgit v1.2.3