Merged with previous commit

This commit is contained in:
VoidTwo
2021-12-10 15:05:49 -06:00
3 changed files with 73 additions and 52 deletions

View File

@@ -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