This commit is contained in:
2026-04-23 13:55:06 +03:00
parent dde4a6431e
commit 271c99ae13
9 changed files with 223 additions and 2 deletions
+3
View File
@@ -23,3 +23,6 @@ func _process(delta: float) -> void:
func interact(player: Node) -> void:
player.call("apply_upgrade_boots", 2.0, tier)
queue_free()
var mains := get_tree().get_nodes_in_group("main")
if not mains.is_empty():
mains[0].call("show_tutorial", "Tutorial_LeatherBoots")