immersive-home/app/lib/globals/house_body.gd

4 lines
124 B
GDScript3
Raw Normal View History

2023-12-20 02:54:22 +02:00
extends Node
2024-03-17 01:14:31 +02:00
## Shortcut to get the House node from the Main scene
2023-12-20 02:54:22 +02:00
2024-03-15 01:13:05 +02:00
@onready var body = get_node_or_null("/root/Main/House")