Slower acceleration.

This commit is contained in:
Nicolás Ortega Froysa 2018-03-29 12:55:48 +02:00
parent 92e406bc74
commit e29a0bc7a3
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -26,7 +26,7 @@
# define FPS 60.0f
#endif
#ifndef ACCEL
# define ACCEL 0.5f
# define ACCEL 0.1f
#endif
#ifndef TURN_ACCEL
# define TURN_ACCEL (M_PI / FPS) // turn at pi radians / sec