Cleanup
This commit is contained in:
@@ -32,7 +32,7 @@ var last_reset_time: int = 0
|
||||
|
||||
func _ready() -> void:
|
||||
if config == null:
|
||||
config = load("res://idles/prestige/primary_prestige.tres") as Resource
|
||||
config = load("res://sandbox/prestige/primary_prestige.tres") as Resource
|
||||
|
||||
if not _is_config_valid():
|
||||
push_warning("PrestigeManager has invalid or missing config; prestige is disabled.")
|
||||
|
||||
Reference in New Issue
Block a user