From 0e9a1403546b510b3c05a218a87afd29c99ee434 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 6 Jul 2023 22:19:15 +0100 Subject: Add tracker enemy (Mr Bones) --- data/stage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/stage.json b/data/stage.json index 5276e5d..5758a5b 100644 --- a/data/stage.json +++ b/data/stage.json @@ -150,7 +150,7 @@ "type":"", "visible":true, "width":16, - "x":96, + "x":192, "y":152 }, { @@ -184,7 +184,7 @@ { "height":16, "id":9, - "name":"Snake", + "name":"Bones", "properties":[ { "name":"dir", -- cgit v1.2.3