cleaned up

This commit is contained in:
maxwes08
2025-11-04 09:12:24 +01:00
parent cad22d3c64
commit 35bc49c0f8

View File

@@ -85,8 +85,6 @@ namespace Voxel
ApplyWalkSpeed(sidewards, forwards); ApplyWalkSpeed(sidewards, forwards);
base.Tick(); base.Tick();
Console.WriteLine(Velocity.X.ToString() + ", " + Velocity.Y.ToString() + ", " + Velocity.Z.ToString());
} }
public void Update(float deltaTime, float alpha) public void Update(float deltaTime, float alpha)
@@ -122,7 +120,7 @@ namespace Voxel
inputDir.X * sin + inputDir.Z * cos inputDir.X * sin + inputDir.Z * cos
); );
float M_t = 1.2f; float M_t = 1.4f;
float groundMultiplier = 0.6f; float groundMultiplier = 0.6f;
if (!OnGround) if (!OnGround)