diff --git a/scripts/game_data.gd b/scripts/game_data.gd index 06e02ca..a98cd8a 100644 --- a/scripts/game_data.gd +++ b/scripts/game_data.gd @@ -15,8 +15,3 @@ var tools = { "offset": Vector2(-80, -195) } } - -var level_tools = { - 1: "stick", - 5: "stone_axe" -}