From 7a8af18d0e1003c26eb595b5faa71e51da6286a6 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 17 Apr 2023 23:41:35 +0100 Subject: Added new shooter enemy --- data/map1.json | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'data/map1.json') 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", -- cgit v1.2.3