summaryrefslogtreecommitdiff
path: root/house.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'house.tscn')
-rw-r--r--house.tscn5
1 files changed, 4 insertions, 1 deletions
diff --git a/house.tscn b/house.tscn
index f715549..aa0dab5 100644
--- a/house.tscn
+++ b/house.tscn
@@ -1,7 +1,10 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=3 format=2]
[ext_resource path="res://mesh/house.dae" type="PackedScene" id=1]
+[ext_resource path="res://scripts/house.gd" type="Script" id=2]
[node name="Scene Root" instance=ExtResource( 1 )]
+script = ExtResource( 2 )
+