From 2d2379251e71b5f315235db7980d0cfe03132561 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 29 Jun 2023 21:47:55 +0100 Subject: Add pickaxe pickup --- data/stage.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'data/stage.json') 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, @@ -103,6 +103,17 @@ "x":56, "y":104 }, + { + "height":16, + "id":13, + "name":"Pickaxe", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":120, + "y":152 + }, { "height":16, "id":11, @@ -194,7 +205,7 @@ "y":0 }], "nextlayerid":4, - "nextobjectid":13, + "nextobjectid":14, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", -- cgit v1.2.3