diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-04-25 23:14:15 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-04-25 23:14:15 +0100 |
commit | 5c316c38b5125a040c76109357933b2fe2c37721 (patch) | |
tree | 5fa00595b534513a68735b5ca4a1433839d8e3c6 /data | |
parent | d5545c94b84fc77438280007beb72792b70dd5a3 (diff) | |
download | space-plat-hs-5c316c38b5125a040c76109357933b2fe2c37721.tar.gz space-plat-hs-5c316c38b5125a040c76109357933b2fe2c37721.zip |
Reading direction property from entities
Diffstat (limited to 'data')
-rw-r--r-- | data/map1.json | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/data/map1.json b/data/map1.json index d68295c..a43c2e8 100644 --- a/data/map1.json +++ b/data/map1.json @@ -179,7 +179,13 @@ { "height":16, "id":20, - "name":"Slime-l", + "name":"Slime", + "properties":[ + { + "name":"flip", + "type":"bool", + "value":true + }], "rotation":0, "type":"", "visible":true, @@ -201,7 +207,13 @@ { "height":24, "id":33, - "name":"Shooter-l", + "name":"Shooter", + "properties":[ + { + "name":"flip", + "type":"bool", + "value":true + }], "rotation":0, "type":"", "visible":true, @@ -256,13 +268,30 @@ { "height":24, "id":38, - "name":"Tracker-l", + "name":"Tracker", "rotation":0, "type":"", "visible":true, "width":16, "x":496, "y":136 + }, + { + "height":24, + "id":39, + "name":"Tracker", + "properties":[ + { + "name":"flip", + "type":"bool", + "value":true + }], + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":448, + "y":136 }], "opacity":1, "type":"objectgroup", @@ -271,7 +300,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":39, + "nextobjectid":40, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", |