forked from team-sg/hero-mark-2
add completion requirements and flag to level data and save
This commit is contained in:
parent
885082c7c4
commit
f263ce7842
6 changed files with 52 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue