update tutors

This commit is contained in:
2026-04-23 18:22:37 +03:00
parent 794261e0d0
commit e3261f8e78
2 changed files with 18 additions and 9 deletions
-3
View File
@@ -23,6 +23,3 @@ 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")