From 198498b3c604d55d3b54fef34c62f215ba8a2525 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 21 Feb 2023 12:40:31 +0000 Subject: New Robot enemy. --- data/map.json | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) (limited to 'data/map.json') 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", -- cgit v1.2.3