123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- [gd_scene load_steps=7 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"]
- [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")
|