1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-31 00:11:54 +08:00
Files
Dog-Lynx-And-HCN/scripts/Tools/WorldTool.gd
T

10 lines
144 B
GDScript
Raw Normal View History

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