Nomenclature fixes
This commit is contained in:
@@ -9,6 +9,9 @@ enum Status{
|
||||
Completed,
|
||||
}
|
||||
|
||||
static var cached_boss_gate_lessons: Array[int] = []
|
||||
static var cached_boss_gate_lessons_total: int = -1
|
||||
|
||||
@export var version: String = ProjectSettings.get_setting("application/config/version")
|
||||
@export var unlocks: Dictionary[int, Dictionary] = {}:
|
||||
set(value):
|
||||
@@ -18,9 +21,6 @@ enum Status{
|
||||
highest_boss_defeated = _sanitize_highest_boss(value)
|
||||
@export var last_modified: String
|
||||
|
||||
static var cached_boss_gate_lessons: Array[int] = []
|
||||
static var cached_boss_gate_lessons_total: int = -1
|
||||
|
||||
|
||||
func _init() -> void:
|
||||
init_unlocks()
|
||||
|
||||
Reference in New Issue
Block a user