-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubRoom.tscn
35 lines (25 loc) · 1.52 KB
/
SubRoom.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
33
34
35
[gd_scene load_steps=4 format=2]
[ext_resource path="res://SubRoom.gd" type="Script" id=1]
[ext_resource path="res://CubeMesh.tscn" type="PackedScene" id=2]
[ext_resource path="res://Painting.tscn" type="PackedScene" id=3]
[node name="SubRoom" type="Spatial"]
script = ExtResource( 1 )
[node name="CubeMesh1" parent="." instance=ExtResource( 2 )]
transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 1, 1.573, -1.449 )
[node name="CubeMesh2" parent="." instance=ExtResource( 2 )]
transform = Transform( -4.07302e-08, 0, -0.25, 0, 0.25, 0, 0.25, 0, -4.07302e-08, 1.449, 1.573, 1 )
[node name="CubeMesh3" parent="." instance=ExtResource( 2 )]
transform = Transform( -4.07302e-08, 0, 0.25, 0, 0.25, 0, -0.25, 0, -4.07302e-08, -1.449, 1.573, -1 )
[node name="CubeMesh4" parent="." instance=ExtResource( 2 )]
transform = Transform( -0.25, 0, -9.73536e-08, 0, 0.25, 0, 9.73536e-08, 0, -0.25, -1, 1.573, 1.449 )
[node name="Painting1" parent="." instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.004, 1.554, -1.449 )
[node name="Painting2" parent="." instance=ExtResource( 3 )]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0.004, 1.554, 1.449 )
side = 1
[node name="Painting3" parent="." instance=ExtResource( 3 )]
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.449, 1.554, -0.003 )
side = 2
[node name="Painting4" parent="." instance=ExtResource( 3 )]
transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1.449, 1.554, -0.003 )
side = 4