This commit is contained in:
RealMelwei 2025-09-19 15:35:40 +02:00
parent 51a1d884f0
commit 058f01c305

View file

@ -3,8 +3,7 @@ extends Node
@export var boss : PackedScene
func _ready() -> void:
await get_tree().create_timer(1).timeout
_on_water_water_reached_max_height()
pass
func _on_water_water_reached_max_height() -> void:
var node = boss.instantiate()