aboutsummaryrefslogtreecommitdiff
path: root/data/map.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-02-17 23:20:31 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-02-17 23:20:31 +0000
commit12728ed582057403e273d593eba781dd8b655f1f (patch)
tree5960174977ba9fd116265b9317c5bea35742b422 /data/map.json
parentcf6fc8b7cb8b108e5778481070944acb13513b5d (diff)
downloadspace-plat-hs-12728ed582057403e273d593eba781dd8b655f1f.tar.gz
space-plat-hs-12728ed582057403e273d593eba781dd8b655f1f.zip
Added fixed pattern enemy (slimes)
Diffstat (limited to 'data/map.json')
-rw-r--r--data/map.json46
1 files changed, 45 insertions, 1 deletions
diff --git a/data/map.json b/data/map.json
index 9eb7906..097fbe4 100644
--- a/data/map.json
+++ b/data/map.json
@@ -67,6 +67,50 @@
},
{
"height":16,
+ "id":15,
+ "name":"Slime",
+ "rotation":0,
+ "type":"",
+ "visible":true,
+ "width":16,
+ "x":112,
+ "y":96
+ },
+ {
+ "height":16,
+ "id":16,
+ "name":"Slime",
+ "rotation":0,
+ "type":"",
+ "visible":true,
+ "width":16,
+ "x":192,
+ "y":24
+ },
+ {
+ "height":16,
+ "id":17,
+ "name":"Slime",
+ "rotation":0,
+ "type":"",
+ "visible":true,
+ "width":16,
+ "x":112,
+ "y":48
+ },
+ {
+ "height":16,
+ "id":20,
+ "name":"Slime",
+ "rotation":0,
+ "type":"",
+ "visible":true,
+ "width":16,
+ "x":256,
+ "y":120
+ },
+ {
+ "height":16,
"id":5,
"name":"Battery",
"rotation":0,
@@ -138,7 +182,7 @@
"y":0
}],
"nextlayerid":6,
- "nextobjectid":15,
+ "nextobjectid":21,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.7.2",