diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-06 22:19:15 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-06 22:19:15 +0100 |
commit | 0e9a1403546b510b3c05a218a87afd29c99ee434 (patch) | |
tree | 4be6a276808664251ccdcdc1bf47256fa3a50cac /data/stage.json | |
parent | 752b8c4b4703a5bc43d32b815aa713fab12e653c (diff) | |
download | gold-mine-run-0e9a1403546b510b3c05a218a87afd29c99ee434.tar.gz gold-mine-run-0e9a1403546b510b3c05a218a87afd29c99ee434.zip |
Add tracker enemy (Mr Bones)
Diffstat (limited to 'data/stage.json')
-rw-r--r-- | data/stage.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |