Skip to content

Commit

Permalink
More ocean adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
The64thGamer committed Apr 11, 2024
1 parent 41e9380 commit df0f220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scenes/World.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.345212, 1), 0.0, 0.0, 0, 0, Ve
point_count = 7

[sub_resource type="Curve" id="Curve_gy05d"]
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.0823864, 1), 0.0, 0.0, 0, 0, Vector2(0.105114, 0.56338), 0.0, 0.0, 0, 0, Vector2(0.125, 0.492958), 0.0, 0.0, 0, 0, Vector2(0.127841, 0.34507), 0.0, 0.0, 0, 0, Vector2(0.146277, 0.35), 0.0, 0.0, 0, 0, Vector2(0.156915, 0.530198), 0.0, 0.0, 0, 0, Vector2(0.172872, 0.60099), 0.0, 0.0, 0, 0, Vector2(0.183511, 1), 0.0, 0.0, 0, 0, Vector2(0.364362, 0.987129), 0.0, 0.0, 0, 0, Vector2(0.417553, 0.575248), 0.0, 0.0, 0, 0, Vector2(0.489362, 0.504455), 0.0, 0.0, 0, 0, Vector2(0.574468, 0.359343), 2.57358, 2.57358, 0, 0, Vector2(0.646277, 0.232546), 4.88889, 4.88889, 0, 0, Vector2(0.678191, 0), 0.0, 0.0, 0, 0, Vector2(0.840426, 0), 0.0, 0.0, 0, 0, Vector2(0.853723, 0.48614), 0.0, 0.0, 0, 0, Vector2(0.898936, 0.539528), 0.664211, 0.664211, 0, 0, Vector2(0.944149, 1), 0.0, 0.0, 0, 0]
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.0823864, 1), 0.0, 0.0, 0, 0, Vector2(0.105114, 0.56338), 0.0, 0.0, 0, 0, Vector2(0.125, 0.492958), 0.0, 0.0, 0, 0, Vector2(0.127841, 0.34507), 0.0, 0.0, 0, 0, Vector2(0.146277, 0.35), 0.0, 0.0, 0, 0, Vector2(0.156915, 0.530198), 0.0, 0.0, 0, 0, Vector2(0.172872, 0.60099), 0.0, 0.0, 0, 0, Vector2(0.183511, 1), 0.0, 0.0, 0, 0, Vector2(0.446809, 1), 0.0, 0.0, 0, 0, Vector2(0.468085, 0.579569), 0.0, 0.0, 0, 0, Vector2(0.50266, 0.499487), 0.0, 0.0, 0, 0, Vector2(0.571809, 0.439425), 2.57358, 2.57358, 0, 0, Vector2(0.646277, 0.232546), 4.88889, 4.88889, 0, 0, Vector2(0.678191, 0), 0.0, 0.0, 0, 0, Vector2(0.840426, 0), 0.0, 0.0, 0, 0, Vector2(0.856383, 0.452772), 0.0, 0.0, 0, 0, Vector2(0.920213, 0.552875), 0.664211, 0.664211, 0, 0, Vector2(0.962766, 1), 0.0, 0.0, 0, 0]
point_count = 19

[sub_resource type="Environment" id="Environment_rruv5"]
Expand Down
2 changes: 1 addition & 1 deletion Scripts/World/PlayerMovement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class PlayerMovement : CharacterBody3D
float previousYVelocity;

public const float GivenCoyoteTime = 0.2f;
public const float Speed = 200.0f;
public const float Speed = 20.0f;
public const float JumpVelocity = 50.0f;
public const float sensitivity = 0.003f;
public const float playerReach = 22.5f;
Expand Down

0 comments on commit df0f220

Please sign in to comment.