diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-29 21:47:55 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-29 21:47:55 +0100 |
commit | 2d2379251e71b5f315235db7980d0cfe03132561 (patch) | |
tree | 346ddd8719753fa1470cb8dc7456328d033ebff1 /data/stage.json | |
parent | 16fb9f0d5e5904cca7c256b63f20f1fc1466bd5e (diff) | |
download | gold-mine-run-2d2379251e71b5f315235db7980d0cfe03132561.tar.gz gold-mine-run-2d2379251e71b5f315235db7980d0cfe03132561.zip |
Add pickaxe pickup
Diffstat (limited to 'data/stage.json')
-rw-r--r-- | data/stage.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/data/stage.json b/data/stage.json index bb04ee9..8abed82 100644 --- a/data/stage.json +++ b/data/stage.json @@ -95,7 +95,7 @@ { "height":16, "id":10, - "name":"Bonus", + "name":"Pickaxe", "rotation":0, "type":"", "visible":true, @@ -105,6 +105,17 @@ }, { "height":16, + "id":13, + "name":"Pickaxe", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":120, + "y":152 + }, + { + "height":16, "id":11, "name":"Bonus", "rotation":0, @@ -194,7 +205,7 @@ "y":0 }], "nextlayerid":4, - "nextobjectid":13, + "nextobjectid":14, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", |