diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-03-26 08:49:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-03-26 08:49:35 +0100 |
commit | 449dc21f1b48648c5e4abf1a6cace21176fa2226 (patch) | |
tree | 18b67359934694de20199e207dd0c9b33990e945 /data/map1.json | |
parent | 11d2ed7f15a86dd465bc3456e3478e9ff03bf5d2 (diff) | |
download | space-plat-hs-449dc21f1b48648c5e4abf1a6cace21176fa2226.tar.gz space-plat-hs-449dc21f1b48648c5e4abf1a6cace21176fa2226.zip |
Support entities facing left
Perhaps it would be better to support "custom properties" in tiled, but
this is OK for now.
Diffstat (limited to 'data/map1.json')
-rw-r--r-- | data/map1.json | 4 |
1 files changed, 2 insertions, 2 deletions
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, |