Fix
This commit is contained in:
parent
51a1d884f0
commit
058f01c305
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ extends Node
|
||||||
@export var boss : PackedScene
|
@export var boss : PackedScene
|
||||||
|
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
await get_tree().create_timer(1).timeout
|
pass
|
||||||
_on_water_water_reached_max_height()
|
|
||||||
|
|
||||||
func _on_water_water_reached_max_height() -> void:
|
func _on_water_water_reached_max_height() -> void:
|
||||||
var node = boss.instantiate()
|
var node = boss.instantiate()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue