Add tyny sword gym to docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user