mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 07:51:54 +08:00
10 lines
150 B
GDScript
10 lines
150 B
GDScript
|
|
extends Node2D
|
||
|
|
class_name WorldTool
|
||
|
|
|
||
|
|
static var rootNode: Node2D
|
||
|
|
static var tree: SceneTree
|
||
|
|
|
||
|
|
func _ready():
|
||
|
|
tree = get_tree()
|
||
|
|
rootNode = self
|