Slowed down acceleration

This commit is contained in:
CobaltXII
2019-01-03 11:31:24 -05:00
parent 66f0ea3eeb
commit bf3caa4b23

View File

@@ -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.