updated l4 boss area, timeout on level end
This commit is contained in:
@@ -26,5 +26,9 @@ func _on_NextArea_area_entered(area: Area2D) -> void:
|
||||
|
||||
|
||||
func _on_Demon_Boss_demon_boss_death() -> void:
|
||||
$Timer.start()
|
||||
|
||||
|
||||
func _on_Timer_timeout() -> void:
|
||||
get_tree().change_scene('res://GUI/Level Complete.tscn')
|
||||
queue_free()
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user