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

@@ -1,8 +1,8 @@
extends Node
## Auto-discovers and registers all buff resources from res://sandbox/buffs/
## Auto-discovers and registers all buff resources from res://docs/gyms/buffs/
const BUFF_DIRECTORY_PATH: String = "res://sandbox/buffs"
const BUFF_DIRECTORY_PATH: String = "res://docs/gyms/buffs"
var _buff_by_id: Dictionary = {}
var _initialized: bool = false