outer_stairs_house.tscn 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [gd_scene load_steps=6 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://8k8xlrh2hxe2" path="res://component/entity/props/triangle/triangle_shape.tres" id="2_vflk4"]
  4. [sub_resource type="BoxShape3D" id="BoxShape3D_hsohw"]
  5. size = Vector3(4, 4, 12)
  6. [sub_resource type="BoxShape3D" id="BoxShape3D_6vb0o"]
  7. size = Vector3(4, 4, 4)
  8. [sub_resource type="BoxShape3D" id="BoxShape3D_fhf2h"]
  9. size = Vector3(8, 12, 8)
  10. [node name="StairHouse" type="StaticBody3D"]
  11. [node name="OuterStairsHouse" parent="." instance=ExtResource("1_h07vm")]
  12. transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0)
  13. [node name="GroundTriangle" type="CollisionShape3D" parent="."]
  14. transform = Transform3D(-1.74846e-07, 0, 4, 0, 4, 0, -4, 0, -1.74846e-07, -2, 0, 6)
  15. shape = ExtResource("2_vflk4")
  16. [node name="StraightStair" type="CollisionShape3D" parent="."]
  17. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 2, 0)
  18. shape = SubResource("BoxShape3D_hsohw")
  19. [node name="UpperTriangle" type="CollisionShape3D" parent="."]
  20. transform = Transform3D(-4, 0, -3.49691e-07, 0, 4, 0, 3.49691e-07, 0, -4, 6, 4, 2)
  21. shape = ExtResource("2_vflk4")
  22. [node name="UpperBox" type="CollisionShape3D" parent="."]
  23. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 6, -4)
  24. shape = SubResource("BoxShape3D_6vb0o")
  25. [node name="HouseBody" type="CollisionShape3D" parent="."]
  26. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 6, -2)
  27. shape = SubResource("BoxShape3D_fhf2h")