From 449dc21f1b48648c5e4abf1a6cace21176fa2226 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 26 Mar 2023 08:49:35 +0100 Subject: Support entities facing left Perhaps it would be better to support "custom properties" in tiled, but this is OK for now. --- data/map1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/map1.json') diff --git a/data/map1.json b/data/map1.json index 0973e6a..c1f6030 100644 --- a/data/map1.json +++ b/data/map1.json @@ -168,7 +168,7 @@ { "height":24, "id":26, - "name":"Robot", + "name":"Robot-l", "rotation":0, "type":"", "visible":true, @@ -201,7 +201,7 @@ { "height":16, "id":20, - "name":"Slime", + "name":"Slime-l", "rotation":0, "type":"", "visible":true, -- cgit v1.2.3