diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-23 10:40:20 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-23 10:40:20 -0400 |
commit | f74c06885b77ab8aa2cbf7d007253792bd1636e8 (patch) | |
tree | fc96b938ab960e6550f9b5f5585036144787234d /Main.tscn | |
parent | a20afe2e211305af26c6a10f307ebf24da44d115 (diff) | |
download | godot_wildjam_49-f74c06885b77ab8aa2cbf7d007253792bd1636e8.tar.gz godot_wildjam_49-f74c06885b77ab8aa2cbf7d007253792bd1636e8.zip |
Add 3 more waves for less predictable water
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -45,6 +45,25 @@ material/0 = SubResource( 21 ) [node name="Water" parent="." instance=ExtResource( 3 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 ) +wave1_steepness = 0.08 +wave1_wavelength = 76.72 +wave1_direction = Vector2( 0.07, 0.98 ) +wave2_steepness = 0.2 +wave2_wavelength = 277.23 +wave2_direction = Vector2( -0.86, 0.06 ) +wave3_steepness = 0.16 +wave3_wavelength = 306.79 +wave3_direction = Vector2( 0.66, 0.08 ) +wave4_steepness = 0.03 +wave4_wavelength = 177.72 +wave4_direction = Vector2( 0.37, 0.08 ) +wave5_steepness = 0.16 +wave5_wavelength = 457.05 +wave5_direction = Vector2( -0.09, -0.09 ) +wave6_steepness = 0.13 +wave6_wavelength = 224.56 +wave6_direction = Vector2( -0.27, 0.33 ) +wave_size = 0.75 [node name="World" parent="." instance=ExtResource( 6 )] traveler = NodePath("../ShipRigidBody") |