blob: aa0dab592fcfe9d7097704a97ff92cb6a36f9a5d (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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 )
|