outer_stairs_house.tscn 1.7 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="BoxShape3D" id="BoxShape3D_fhf2h"]
  10. size = Vector3(8, 12, 8)
  11. [node name="StairHouse" type="StaticBody3D"]
  12. [node name="OuterStairsHouse" parent="." instance=ExtResource("1_h07vm")]
  13. transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0)
  14. [node name="GroundTriangle" type="CollisionShape3D" parent="."]
  15. transform = Transform3D(-1.74846e-07, 0, 4, 0, 4, 0, -4, 0, -1.74846e-07, -6, 0, 6)
  16. shape = ExtResource("2_lu5vm")
  17. [node name="StraightStair" type="CollisionShape3D" parent="."]
  18. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 2, 0)
  19. shape = SubResource("BoxShape3D_hsohw")
  20. [node name="UpperTriangle" type="CollisionShape3D" parent="."]
  21. transform = Transform3D(-4, 0, -3.49691e-07, 0, 4, 0, 3.49691e-07, 0, -4, 6, 4, 2)
  22. shape = ExtResource("2_vflk4")
  23. [node name="UpperBox" type="CollisionShape3D" parent="."]
  24. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 6, -4)
  25. shape = SubResource("BoxShape3D_6vb0o")
  26. [node name="HouseBody" type="CollisionShape3D" parent="."]
  27. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 6, -2)
  28. shape = SubResource("BoxShape3D_fhf2h")