immersive-home/app/lib/globals/house_body.gd
2024-03-17 00:14:31 +01:00

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")