This commit is contained in:
bee
2026-07-07 10:23:22 +02:00
parent e946b43db7
commit b4f6dda29b
4 changed files with 4 additions and 12 deletions
-3
View File
@@ -1,3 +0,0 @@
[gd_scene format=3 uid="uid://buq17wtyky42j"]
[node name="Node" type="Node" unique_id=2000830144]
+3 -3
View File
@@ -10,18 +10,18 @@ albedo_color = Color(0.72, 0.53, 0.32, 1)
roughness = 0.9 roughness = 0.9
[sub_resource type="BoxShape3D" id="BoxShape_crate"] [sub_resource type="BoxShape3D" id="BoxShape_crate"]
size = Vector3(1, 1, 5)
[node name="PlayerBoat" type="RigidBody3D" unique_id=1387061778 groups=["shift_with_origin"]] [node name="PlayerBoat" type="RigidBody3D" unique_id=1387061778 groups=["shift_with_origin"]]
collision_layer = 2
mass = 5.0 mass = 5.0
script = ExtResource("1_7h74f") script = ExtResource("1_7h74f")
buoyancy = 1.5 buoyancy = 4.0
full_force_depth = 0.8 full_force_depth = 0.8
probe_extents = Vector3(0.35, 0, 2.25) probe_extents = Vector3(0.35, 0, 2.25)
probe_grid = Vector2i(2, 5) probe_grid = Vector2i(2, 5)
[node name="Mesh" type="MeshInstance3D" parent="." unique_id=671943938] [node name="Mesh" type="MeshInstance3D" parent="." unique_id=671943938]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0)
layers = 2
mesh = SubResource("BoxMesh_crate") mesh = SubResource("BoxMesh_crate")
surface_material_override/0 = SubResource("Material_crate") surface_material_override/0 = SubResource("Material_crate")
-5
View File
@@ -68,8 +68,3 @@ restart={
3d/physics_engine="Jolt Physics" 3d/physics_engine="Jolt Physics"
common/physics_interpolation=true common/physics_interpolation=true
[rendering]
rendering_device/driver.windows="d3d12"
rendering_device/fallback_to_d3d12=false
+1 -1
View File
@@ -1,6 +1,6 @@
extends Label extends Label
@export var boat: Boat # drag the Crate into this slot in the inspector @export var boat: Boat
@export var world: WorldManager @export var world: WorldManager