aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-29 21:47:55 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-29 21:47:55 +0100
commit2d2379251e71b5f315235db7980d0cfe03132561 (patch)
tree346ddd8719753fa1470cb8dc7456328d033ebff1 /data
parent16fb9f0d5e5904cca7c256b63f20f1fc1466bd5e (diff)
downloadgold-mine-run-2d2379251e71b5f315235db7980d0cfe03132561.tar.gz
gold-mine-run-2d2379251e71b5f315235db7980d0cfe03132561.zip
Add pickaxe pickup
Diffstat (limited to 'data')
-rw-r--r--data/stage.json15
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",