12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- [gd_scene load_steps=8 format=3 uid="uid://bohus0ptrc77h"]
- [ext_resource type="PackedScene" uid="uid://lx6lfwb4t3c5" path="res://component/entity/buildings/summit_gate/SummitGate.glb" id="1_rxo84"]
- [ext_resource type="Shape3D" uid="uid://b7uukrfpdd5q4" path="res://component/entity/buildings/summit_gate/large_summit_triangle_shape.tres" id="2_7d1cc"]
- [ext_resource type="PackedScene" uid="uid://ba3gf7iy3mxbq" path="res://component/entity/collectibles/chocolate/chocolate.tscn" id="3_ekhgg"]
- [sub_resource type="BoxShape3D" id="BoxShape3D_4ofps"]
- size = Vector3(18, 10, 9)
- [sub_resource type="BoxShape3D" id="BoxShape3D_u17te"]
- size = Vector3(2.5, 20, 9.5)
- [sub_resource type="BoxShape3D" id="BoxShape3D_br5ng"]
- size = Vector3(10, 3, 9)
- [sub_resource type="BoxShape3D" id="BoxShape3D_8ms17"]
- size = Vector3(5.2, 1, 10.75)
- [node name="SummitGate" type="StaticBody3D"]
- [node name="SummitGate" parent="." instance=ExtResource("1_rxo84")]
- transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0)
- [node name="SideLeft" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.5, 5, 0)
- shape = SubResource("BoxShape3D_4ofps")
- [node name="VerticalLeftWall" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.75, 10, 0)
- shape = SubResource("BoxShape3D_u17te")
- [node name="LargeTriangleLeftFront" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17.5, 0, 8.75)
- shape = ExtResource("2_7d1cc")
- [node name="LargeTriangleLeftBack" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, -17.5, 0, -8.75)
- shape = ExtResource("2_7d1cc")
- [node name="LargeTriangleTopLeft" type="CollisionShape3D" parent="."]
- transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -9.25, 10, 0)
- shape = ExtResource("2_7d1cc")
- [node name="RoofTop" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 18.5, 0)
- shape = SubResource("BoxShape3D_br5ng")
- [node name="MiddleFloor" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12.05, 0)
- shape = SubResource("BoxShape3D_8ms17")
- [node name="SideRight" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13.5, 5, 0)
- shape = SubResource("BoxShape3D_4ofps")
- [node name="VerticalRightWall" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.75, 10, 0)
- shape = SubResource("BoxShape3D_u17te")
- [node name="LargeTriangleRightFront" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17.5, 0, 8.75)
- shape = ExtResource("2_7d1cc")
- [node name="LargeTriangleRightBack" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, 17.5, 0, -8.75)
- shape = ExtResource("2_7d1cc")
- [node name="LargeTriangleTopRight" type="CollisionShape3D" parent="."]
- transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 9.25, 10, 0)
- shape = ExtResource("2_7d1cc")
- [node name="ChocolateTabletBottom" parent="." instance=ExtResource("3_ekhgg")]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.666396, 0)
- [node name="ChocolateTabletMiddle" parent="." instance=ExtResource("3_ekhgg")]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 13.2909, 0)
- [node name="ChocolateTabletTop" parent="." instance=ExtResource("3_ekhgg")]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 20.6768, 0)
|