diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-04-17 23:41:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-04-17 23:41:35 +0100 |
commit | 7a8af18d0e1003c26eb595b5faa71e51da6286a6 (patch) | |
tree | d94ea6897570e12d9c044c40e82e9c05921ba64d /data/map1.json | |
parent | d333eca8c0761e39781af0711a54044cd5ea3c10 (diff) | |
download | space-plat-hs-7a8af18d0e1003c26eb595b5faa71e51da6286a6.tar.gz space-plat-hs-7a8af18d0e1003c26eb595b5faa71e51da6286a6.zip |
Added new shooter enemy
Diffstat (limited to 'data/map1.json')
-rw-r--r-- | data/map1.json | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/data/map1.json b/data/map1.json index c1f6030..0d532df 100644 --- a/data/map1.json +++ b/data/map1.json @@ -52,8 +52,8 @@ "type":"", "visible":true, "width":16, - "x":16, - "y":16 + "x":32, + "y":112 }, { "height":16, @@ -179,13 +179,13 @@ { "height":24, "id":25, - "name":"Robot", + "name":"Shooter", "rotation":0, "type":"", "visible":true, "width":16, - "x":32, - "y":40 + "x":64, + "y":136 }, { "height":16, @@ -219,6 +219,17 @@ "width":16, "x":16, "y":96 + }, + { + "height":24, + "id":33, + "name":"Shooter-l", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":112, + "y":136 }], "opacity":1, "type":"objectgroup", @@ -227,7 +238,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":33, + "nextobjectid":34, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", |