4 lines
124 B
GDScript
4 lines
124 B
GDScript
extends Node
|
|
## Shortcut to get the House node from the Main scene
|
|
|
|
@onready var body = get_node_or_null("/root/Main/House") |