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

@ -10,6 +10,8 @@ export var shard_titles: Array = [
"Time Bonus",
"Life Bonus"]
export var save_id: String = ""
export var shards_required: int = 0
export var boss_required: String = ""
export var boss: bool = false
export var scores_id: int = -1
export var times_id: int = -1