Add tyny sword gym to docs

This commit is contained in:
2026-04-08 08:27:37 +02:00
parent 6c031aa381
commit 87fc839d26
912 changed files with 17242 additions and 7 deletions

View File

@@ -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.")