From 12728ed582057403e273d593eba781dd8b655f1f Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 17 Feb 2023 23:20:31 +0000 Subject: Added fixed pattern enemy (slimes) --- data/map.json | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) (limited to 'data/map.json') diff --git a/data/map.json b/data/map.json index 9eb7906..097fbe4 100644 --- a/data/map.json +++ b/data/map.json @@ -65,6 +65,50 @@ "x":160, "y":120 }, + { + "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, @@ -138,7 +182,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":15, + "nextobjectid":21, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", -- cgit v1.2.3