-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhouse3.tscn
32 lines (22 loc) · 1.04 KB
/
house3.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[gd_scene load_steps=6 format=2]
[sub_resource type="CubeMesh" id=1]
[sub_resource type="SpatialMaterial" id=2]
albedo_color = Color( 0.690196, 0.580392, 0.580392, 1 )
[sub_resource type="PrismMesh" id=3]
[sub_resource type="SpatialMaterial" id=4]
albedo_color = Color( 0.811765, 0.0705882, 0.0705882, 1 )
[sub_resource type="BoxShape" id=5]
[node name="parent" type="Spatial"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.594026, 0, -2.80721 )
[node name="wall" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.52022, 0 )
mesh = SubResource( 1 )
material/0 = SubResource( 2 )
[node name="roof" type="MeshInstance" parent="wall"]
transform = Transform( 1.31645, 0, 0, 0, 0.626408, 0, 0, 0, 1, 0.0100939, 1.61199, 0.00203252 )
mesh = SubResource( 3 )
material/0 = SubResource( 4 )
[node name="Area" type="Area" parent="wall"]
[node name="CollisionShape" type="CollisionShape" parent="wall/Area"]
transform = Transform( 1, 0, 0, 0, 1.05884, 0, 0, 0, 1.15853, 5.96046e-08, -0.00964999, 0 )
shape = SubResource( 5 )