Nomenclature fixes

This commit is contained in:
Adrien Ufferte
2026-01-14 16:46:49 +01:00
parent a7660822af
commit ba2cf68ee6
3 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -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()