outer_stairs_house.tscn 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [gd_scene load_steps=8 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. [ext_resource type="PackedScene" uid="uid://ba3gf7iy3mxbq" path="res://component/entity/collectibles/chocolate/chocolate.tscn" id="4_mb2tj"]
  6. [sub_resource type="BoxShape3D" id="BoxShape3D_hsohw"]
  7. size = Vector3(4, 4, 12)
  8. [sub_resource type="BoxShape3D" id="BoxShape3D_6vb0o"]
  9. size = Vector3(4, 4, 4)
  10. [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_n8jci"]
  11. 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)
  12. [node name="StairHouse" type="StaticBody3D"]
  13. collision_mask = 0
  14. [node name="OuterStairsHouse" parent="." instance=ExtResource("1_h07vm")]
  15. transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0)
  16. [node name="GroundTriangle" type="CollisionShape3D" parent="."]
  17. transform = Transform3D(-1.74846e-07, 0, 4, 0, 4, 0, -4, 0, -1.74846e-07, -2, 0, 2)
  18. shape = ExtResource("2_lu5vm")
  19. [node name="StraightStair" type="CollisionShape3D" parent="."]
  20. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 2, 0)
  21. shape = SubResource("BoxShape3D_hsohw")
  22. [node name="UpperTriangle" type="CollisionShape3D" parent="."]
  23. transform = Transform3D(-4, 0, -3.49691e-07, 0, 4, 0, 3.49691e-07, 0, -4, 6, 4, 2)
  24. shape = ExtResource("2_vflk4")
  25. [node name="UpperBox" type="CollisionShape3D" parent="."]
  26. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 6, -4)
  27. shape = SubResource("BoxShape3D_6vb0o")
  28. [node name="HouseBody" type="CollisionShape3D" parent="."]
  29. shape = SubResource("ConvexPolygonShape3D_n8jci")
  30. [node name="ChocolateTabletTop" parent="." instance=ExtResource("4_mb2tj")]
  31. transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 4, 8.75, -4)
  32. [node name="ChocolateTabletMiddle" parent="." instance=ExtResource("4_mb2tj")]
  33. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 5, 4)