tutorial
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user