From 74d23adaa5c9034b1849c092caaa3a095900f470 Mon Sep 17 00:00:00 2001 From: swim67667 Date: Wed, 17 Jun 2026 09:50:03 -0400 Subject: [PATCH] tried to make acceleration even more smooth: exponential acceleration previous version used multiplicative acceleration which did get smooth but exponential works like actual acceleration --- src/player.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/player.c b/src/player.c index 3f73ce4..6d2b4ff 100644 --- a/src/player.c +++ b/src/player.c @@ -20,7 +20,9 @@ void UpdatePlayerControls(void) if (IsKeyDown(KEY_A)) { if(curhorvel