diff --git a/Player.cs b/Player.cs index 7827cd9..753c1b4 100644 --- a/Player.cs +++ b/Player.cs @@ -85,8 +85,6 @@ namespace Voxel ApplyWalkSpeed(sidewards, forwards); base.Tick(); - - Console.WriteLine(Velocity.X.ToString() + ", " + Velocity.Y.ToString() + ", " + Velocity.Z.ToString()); } public void Update(float deltaTime, float alpha) @@ -122,7 +120,7 @@ namespace Voxel inputDir.X * sin + inputDir.Z * cos ); - float M_t = 1.2f; + float M_t = 1.4f; float groundMultiplier = 0.6f; if (!OnGround)