How long does it take to rotate exactly 360 degrees while pressing the "a" or "d" key? (not with +15% speed increase as a din or dk for example)
How long does it take to rotate exactly 360 degrees while pressing the "a" or "d" key? (not with +15% speed increase as a din or dk for example)
static int FullTurnTimeStill = 1960; //Time to turn do a full turn (2PI) while standing still
static int FullTurnTimeRunning = 2650; //Time to do a full turn while running
In milliseconds of course, and I'm pretty sure speed increases don't affect the times...