feat: added additional board to cubicle
This commit is contained in:
parent
4c9be63be4
commit
f4e66ae0c3
2 changed files with 14 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://bw4dstm6d5s20"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://bw4dstm6d5s20"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dcseu6kxh8dt0" path="res://objects/destructable_props/cubicle_wall_destroyed.tscn" id="2_17va7"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0aibjophag2k" path="res://assets/models/props/cubicle_board.blend" id="2_nuvi5"]
|
||||
|
|
@ -7,6 +7,9 @@
|
|||
[sub_resource type="BoxShape3D" id="BoxShape3D_avvtu"]
|
||||
size = Vector3(2.05908, 1.61768, 0.14209)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_7jwav"]
|
||||
size = Vector3(1.06103, 1.61768, 0.14209)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_17va7"]
|
||||
size = Vector3(0.131592, 1.61768, 1.12244)
|
||||
|
||||
|
|
@ -26,6 +29,10 @@ destroyed_object = ExtResource("2_17va7")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.191162, 0.824425, -0.938232)
|
||||
shape = SubResource("BoxShape3D_avvtu")
|
||||
|
||||
[node name="CollisionShape3D5" type="CollisionShape3D" parent="DestructableObject"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.690185, 0.824425, 1.05633)
|
||||
shape = SubResource("BoxShape3D_7jwav")
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="DestructableObject"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.772583, 0.824425, -0.448059)
|
||||
shape = SubResource("BoxShape3D_17va7")
|
||||
|
|
@ -47,6 +54,9 @@ transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.3013
|
|||
[node name="cubicle_board3" parent="." instance=ExtResource("2_nuvi5")]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.698629, 0, -0.937501)
|
||||
|
||||
[node name="cubicle_board6" parent="." instance=ExtResource("2_nuvi5")]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.698629, 0, 1.0529)
|
||||
|
||||
[node name="cubicle_board4" parent="." instance=ExtResource("2_nuvi5")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -1.16509, 0, -0.449585)
|
||||
|
||||
|
|
|
|||
|
|
@ -51,5 +51,8 @@ transform = Transform3D(1, 0, -2.13163e-14, 0, 1, 0, 2.13163e-14, 0, 1, -1.07075
|
|||
[node name="cubicle_board_fragments3" parent="." instance=ExtResource("3_tjx1j")]
|
||||
transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -0.513996, 0, -0.96596)
|
||||
|
||||
[node name="cubicle_board_fragments6" parent="." instance=ExtResource("3_tjx1j")]
|
||||
transform = Transform3D(-4.37112e-08, 0, 1, 0, 1, 0, -1, 0, -4.37112e-08, -0.513996, 0, 1.03655)
|
||||
|
||||
[node name="cubicle_board_fragments4" parent="." instance=ExtResource("3_tjx1j")]
|
||||
transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, 0.498372, 0, -0.94158)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue