more comfortable movement setting

This commit is contained in:
Thijs Wenker 2014-12-04 21:15:10 +01:00
parent e12f64bae4
commit 5e2d1c3364

View file

@ -34,7 +34,7 @@ const CURSOR_HEIGHT = 33.9;
// VIEW_ANGLE can be adjusted to your likings, the smaller the faster movement.
// Try setting it to 60 if it goes too fast for you.
const VIEW_ANGLE = 30.0;
const VIEW_ANGLE = 40.0;
const VIEW_ANGLE_BY_TWO = VIEW_ANGLE / 2;
const SPAWN_DISTANCE = 1;