add completion requirements and flag to level data and save

This commit is contained in:
Haze Weathers 2023-12-24 21:23:28 -05:00
parent 885082c7c4
commit f263ce7842
6 changed files with 52 additions and 3 deletions

View file

@ -20,5 +20,5 @@ func _on_2600_entered_phase(phase):
func _on_ExitTimer_timeout():
Game.save()
Game.save_boss()
Game.change_map(load("res://menus/level_select_scholar.tscn"))