1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-09 21:27:13 +08:00
Files
Dog-Lynx-And-HCN/scripts/Tools/WorldTool.gd
T

11 lines
160 B
GDScript
Raw Normal View History

2025-08-26 11:39:47 +08:00
extends Node2D
class_name WorldManager
2025-08-26 11:39:47 +08:00
static var rootNode: Node2D
static var tree: SceneTree
func _ready():
tree = get_tree()
rootNode = self
Wave.next()