diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-21 12:40:31 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-21 12:40:31 +0000 |
commit | 198498b3c604d55d3b54fef34c62f215ba8a2525 (patch) | |
tree | f3d7725657608cafdfc4888313f3631c14857032 /data/map.json | |
parent | fd74ead510f4ca326e36450fa23dee0d681c296b (diff) | |
download | space-plat-hs-198498b3c604d55d3b54fef34c62f215ba8a2525.tar.gz space-plat-hs-198498b3c604d55d3b54fef34c62f215ba8a2525.zip |
New Robot enemy.
Diffstat (limited to 'data/map.json')
-rw-r--r-- | data/map.json | 43 |
1 files changed, 38 insertions, 5 deletions
diff --git a/data/map.json b/data/map.json index 4cc427d..015b82c 100644 --- a/data/map.json +++ b/data/map.json @@ -74,7 +74,7 @@ "type":"", "visible":true, "width":16, - "x":112, + "x":240, "y":96 }, { @@ -89,15 +89,48 @@ "y":144 }, { - "height":16, + "height":24, "id":16, - "name":"Slime", + "name":"Robot", "rotation":0, "type":"", "visible":true, "width":16, "x":192, - "y":24 + "y":16 + }, + { + "height":24, + "id":24, + "name":"Robot", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":232, + "y":64 + }, + { + "height":24, + "id":26, + "name":"Robot", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":144, + "y":88 + }, + { + "height":24, + "id":25, + "name":"Robot", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":32, + "y":40 }, { "height":16, @@ -194,7 +227,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":23, + "nextobjectid":27, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", |