infinite_level.tscn 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [gd_scene load_steps=5 format=3 uid="uid://7ivipmwaw24t"]
  2. [ext_resource type="PackedScene" uid="uid://b10k58capm04o" path="res://component/entity/walker/walker.tscn" id="1_x0026"]
  3. [ext_resource type="PackedScene" uid="uid://bcpri2x5afoyb" path="res://component/entity/box/box.tscn" id="2_e8xto"]
  4. [sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_2xulb"]
  5. [sub_resource type="QuadMesh" id="QuadMesh_dt8nl"]
  6. size = Vector2(500, 500)
  7. [node name="InfiniteLevel" type="Node3D"]
  8. [node name="Ground" type="StaticBody3D" parent="."]
  9. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
  10. collision_mask = 0
  11. [node name="InfinitePlan" type="CollisionShape3D" parent="Ground"]
  12. shape = SubResource("WorldBoundaryShape3D_2xulb")
  13. [node name="MeshInstance3D" type="MeshInstance3D" parent="Ground"]
  14. transform = Transform3D(1, 0, 0, 0, -0.00429347, 0.999991, 0, -0.999991, -0.00429347, 0, 0, 0)
  15. mesh = SubResource("QuadMesh_dt8nl")
  16. [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
  17. transform = Transform3D(1, 0, 0, 0, 0.734358, 0.678762, 0, -0.678762, 0.734358, -33.1669, 12.6773, 15.7238)
  18. shadow_enabled = true
  19. [node name="MainWalker" parent="." instance=ExtResource("1_x0026")]
  20. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -10, 9, 0)
  21. [node name="CameraPlayer" type="Camera3D" parent="MainWalker"]
  22. transform = Transform3D(1, 0, 0, 0, 0.944949, 0.327218, 0, -0.327218, 0.944949, 0, 2.18524, 3.2779)
  23. [node name="NpcWalker1" parent="." instance=ExtResource("1_x0026")]
  24. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.0621, 6.0173, -4.87909)
  25. [node name="Box1" parent="." instance=ExtResource("2_e8xto")]
  26. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
  27. [node name="Box2" parent="." instance=ExtResource("2_e8xto")]
  28. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.2632, -0.5, -7.95074)
  29. [node name="Box3" parent="." instance=ExtResource("2_e8xto")]
  30. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.53697, 1.42774, -11.1883)