Fix flow
This commit is contained in:
@@ -67,7 +67,10 @@ const TOTAL_KEY: String = "total"
|
||||
const ALL_TIME_KEY: String = "all_time"
|
||||
const LAST_SAVE_TIME_KEY: String = "last_save_time"
|
||||
|
||||
var prestige_manager: PrestigeManager
|
||||
|
||||
func _ready() -> void:
|
||||
prestige_manager = find_child("PrestigeManager")
|
||||
_initialize_currency_maps()
|
||||
_initialize_catalogues()
|
||||
_load_catalogue_goals()
|
||||
|
||||
Reference in New Issue
Block a user