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

6 lines
204 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
const HouseClass = preload ("res://content/system/house/house.gd")
@onready var body: HouseClass = get_node_or_null("/root/Main/House")