This commit is contained in:
Oscar 2024-10-29 18:55:34 +03:00
parent 9390a56f64
commit eecefb3f6c

View File

@ -68,7 +68,7 @@ public sealed class Kal : Component
if (Input.Pressed("Jump") && Controller.IsOnGround)
{
Controller.Punch(Vector3.Up * JumpStrength * 10f);
Controller.Punch(Vector3.Up * JumpStrength);
AnimationHelper?.TriggerJump();
}
@ -84,8 +84,6 @@ public sealed class Kal : Component
{
base.OnUpdate();
Log.Info(Controller.WishVelocity);
if ( !Network.IsOwner ) return;
Log.Info(Controller.WishVelocity);