From 1cd60a951b2c2f83b927a6b6961cbd3206bf5316 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 25 Apr 2023 22:18:54 +0100 Subject: Added "tracker" enemy --- data/map1.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/map1.json') diff --git a/data/map1.json b/data/map1.json index ee95e6c..d68295c 100644 --- a/data/map1.json +++ b/data/map1.json @@ -52,8 +52,8 @@ "type":"", "visible":true, "width":16, - "x":176, - "y":88 + "x":368, + "y":112 }, { "height":16, @@ -256,12 +256,12 @@ { "height":24, "id":38, - "name":"Runner", + "name":"Tracker-l", "rotation":0, "type":"", "visible":true, "width":16, - "x":136, + "x":496, "y":136 }], "opacity":1, -- cgit v1.2.3