From bf3caa4b236cf514371e25dee1a89c7080e0df7c Mon Sep 17 00:00:00 2001 From: CobaltXII Date: Thu, 3 Jan 2019 11:31:24 -0500 Subject: [PATCH] Slowed down acceleration --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a154469..728a838 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -202,7 +202,7 @@ int main(int argc, char** argv) // Define the player's acceleration coefficient. - float acceleration = 0.0256f; + float acceleration = 0.0176f; // Define the player's friction coefficient.