Add tyny sword gym to docs
This commit is contained in:
@@ -33,7 +33,7 @@ var last_reset_time: int = 0
|
||||
|
||||
func _ready() -> void:
|
||||
if config == null:
|
||||
config = load("res://sandbox/prestige/primary_prestige.tres") as Resource
|
||||
config = load("res://docs/gyms/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