diff --git a/Ocean/OceanTile_PlaneMesh_Far.tres b/Ocean/OceanTile_PlaneMesh_Far.tres index 6bc186c..ab0f304 100644 --- a/Ocean/OceanTile_PlaneMesh_Far.tres +++ b/Ocean/OceanTile_PlaneMesh_Far.tres @@ -6,5 +6,5 @@ resource_name = "OceanTile_Main" material = ExtResource("1_vta1j") size = Vector2(10.5, 10.5) -subdivide_width = 10 -subdivide_depth = 10 +subdivide_width = 11 +subdivide_depth = 11 diff --git a/OpenWorld.tscn b/OpenWorld.tscn index 7b9be45..fadb5a5 100644 --- a/OpenWorld.tscn +++ b/OpenWorld.tscn @@ -1822,35 +1822,35 @@ mesh = ExtResource("3_spien") transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 100, 0, 100) mesh = ExtResource("3_spien") -[node name="Island" type="RigidBody3D" parent="."] +[node name="floatingIsland" type="RigidBody3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.11702, 0.331476, 1.42872) mass = 10.0 -[node name="MeshInstance3D" type="MeshInstance3D" parent="Island"] +[node name="MeshInstance3D" type="MeshInstance3D" parent="floatingIsland"] mesh = SubResource("BoxMesh_spien") -[node name="CollisionShape3D" type="CollisionShape3D" parent="Island"] +[node name="CollisionShape3D" type="CollisionShape3D" parent="floatingIsland"] shape = SubResource("BoxShape3D_kisq7") -[node name="BuyancyProbe" type="Marker3D" parent="Island"] +[node name="BuyancyProbe" type="Marker3D" parent="floatingIsland"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3.5) script = ExtResource("5_spien") float_strength = 2.0 metadata/_custom_type_script = "uid://cnfkxclrq0i0s" -[node name="BuyancyProbe2" type="Marker3D" parent="Island"] +[node name="BuyancyProbe2" type="Marker3D" parent="floatingIsland"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 0, 0) script = ExtResource("5_spien") float_strength = 2.0 metadata/_custom_type_script = "uid://cnfkxclrq0i0s" -[node name="BuyancyProbe3" type="Marker3D" parent="Island"] +[node name="BuyancyProbe3" type="Marker3D" parent="floatingIsland"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -3.5) script = ExtResource("5_spien") float_strength = 2.0 metadata/_custom_type_script = "uid://cnfkxclrq0i0s" -[node name="BuyancyProbe4" type="Marker3D" parent="Island"] +[node name="BuyancyProbe4" type="Marker3D" parent="floatingIsland"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0, 0) script = ExtResource("5_spien") float_strength = 2.0 @@ -2133,4 +2133,5 @@ metadata/_custom_type_script = "uid://cnfkxclrq0i0s" script = ExtResource("6_kisq7") [node name="Boat" parent="." groups=["Boats"] instance=ExtResource("7_0g14k")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.13393, 0, -0.448954) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.13393, 0.319639, -0.448954) +max_steering = 5.0 diff --git a/project.godot b/project.godot index 8ae0c09..626bbd9 100644 --- a/project.godot +++ b/project.godot @@ -16,9 +16,9 @@ config/tags=PackedStringArray("games") run/main_scene="uid://bhwuawppmqk4" config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg" - window/stretch/mode="viewport" window/stretch/aspect="expand" + [global_group] Ocean="Oceans" @@ -77,4 +77,4 @@ common/enable_object_picking=false [rendering] -scaling_3d/scale=0.75 +scaling_3d/scale=0.4