outer_stairs_house.tscn 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [gd_scene load_steps=7 format=3 uid="uid://bwhwbm6jrvg42"]
  2. [ext_resource type="PackedScene" uid="uid://6lkpo3l84cek" path="res://component/entity/buildings/outer_stairs_house/OuterStairsHouse.glb" id="1_h07vm"]
  3. [ext_resource type="Shape3D" uid="uid://jmhl8rtvnfcp" path="res://component/entity/props/triangle/flat_triangle_shape.tres" id="2_lu5vm"]
  4. [ext_resource type="Shape3D" uid="uid://8k8xlrh2hxe2" path="res://component/entity/props/triangle/triangle_shape.tres" id="2_vflk4"]
  5. [sub_resource type="BoxShape3D" id="BoxShape3D_hsohw"]
  6. size = Vector3(4, 4, 12)
  7. [sub_resource type="BoxShape3D" id="BoxShape3D_6vb0o"]
  8. size = Vector3(4, 4, 4)
  9. [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_n8jci"]
  10. points = PackedVector3Array(2, 0, 2, -6, 0, 0, -4, 0, 2, -6, 0, -4, -4, 0, -6, 2, 0, -6, 2, 8.725, 2, 2, 8.725, -6, -4, 8.725, -6, -6, 11.45, -4, -6, 11.45, 0, -4, 8.725, 2, 2, 12.45, -2, -6, 12.45, -2, 2, 11.45, -4, 2, 11.45, 0)
  11. [node name="StairHouse" type="StaticBody3D"]
  12. collision_mask = 0
  13. [node name="OuterStairsHouse" parent="." instance=ExtResource("1_h07vm")]
  14. transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0)
  15. [node name="GroundTriangle" type="CollisionShape3D" parent="."]
  16. transform = Transform3D(-1.74846e-07, 0, 4, 0, 4, 0, -4, 0, -1.74846e-07, -2, 0, 2)
  17. shape = ExtResource("2_lu5vm")
  18. [node name="StraightStair" type="CollisionShape3D" parent="."]
  19. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 2, 0)
  20. shape = SubResource("BoxShape3D_hsohw")
  21. [node name="UpperTriangle" type="CollisionShape3D" parent="."]
  22. transform = Transform3D(-4, 0, -3.49691e-07, 0, 4, 0, 3.49691e-07, 0, -4, 6, 4, 2)
  23. shape = ExtResource("2_vflk4")
  24. [node name="UpperBox" type="CollisionShape3D" parent="."]
  25. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 6, -4)
  26. shape = SubResource("BoxShape3D_6vb0o")
  27. [node name="HouseBody" type="CollisionShape3D" parent="."]
  28. shape = SubResource("ConvexPolygonShape3D_n8jci")