-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen_unten.tscn
81 lines (59 loc) · 2.98 KB
/
kitchen_unten.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[gd_scene load_steps=14 format=2]
[ext_resource path="res://concept-art/kitchen_unten.obj" type="ArrayMesh" id=1]
[ext_resource path="res://concept-art/kitchen_utensils.png" type="Texture" id=2]
[ext_resource path="res://concept-art/kitchen_sink.png" type="Texture" id=3]
[ext_resource path="res://concept-art/kitchen_sink.obj" type="ArrayMesh" id=4]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.0797384, 1.24392, 2.06535 )
[sub_resource type="BoxShape" id=7]
extents = Vector3( 0.409532, 0.388105, 0.754978 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 0.0797384, 1.24392, 1.03107 )
[sub_resource type="BoxShape" id=3]
extents = Vector3( 0.0797384, 1.24392, 2.55758 )
[sub_resource type="BoxShape" id=4]
extents = Vector3( 1.58545, 1.24392, 0.069292 )
[sub_resource type="BoxShape" id=5]
extents = Vector3( 0.813289, 1.24392, 0.069292 )
[sub_resource type="BoxShape" id=6]
extents = Vector3( 0.365126, 1.24392, 0.069292 )
[sub_resource type="SpatialMaterial" id=8]
albedo_texture = ExtResource( 3 )
[sub_resource type="SpatialMaterial" id=9]
flags_transparent = true
albedo_texture = ExtResource( 2 )
[node name="kitchen_unten" type="Spatial"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.27913, 0, 1.86404 )
[node name="kitchen_unten" type="MeshInstance" parent="."]
mesh = ExtResource( 1 )
material/0 = null
material/1 = null
material/2 = null
[node name="colliders" type="Spatial" parent="."]
[node name="StaticBody" type="StaticBody" parent="colliders"]
[node name="CollisionShape" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.00381, 1.244, 0.996983 )
shape = SubResource( 1 )
[node name="CollisionShape7" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.46452, 0.412448, -0.184751 )
shape = SubResource( 7 )
[node name="CollisionShape2" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.00152, 1.244, -0.0332388 )
shape = SubResource( 2 )
[node name="CollisionShape3" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.00152, 1.244, 4.34706 )
shape = SubResource( 3 )
[node name="CollisionShape4" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.497839, 1.244, 2.98834 )
shape = SubResource( 4 )
[node name="CollisionShape5" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.25984, 1.244, -1.00453 )
shape = SubResource( 5 )
[node name="CollisionShape6" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.721993, 1.244, -1.00453 )
shape = SubResource( 6 )
[node name="kitchen_sink" type="MeshInstance" parent="."]
transform = Transform( 1.2577, 0, 0, 0, 1.2577, 0, 0, 0, 1.2577, -1.44515, 0.00917697, -0.184825 )
mesh = ExtResource( 4 )
material/0 = SubResource( 8 )
material/1 = SubResource( 9 )