mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:03:38 +02:00
more comfortable movement setting
This commit is contained in:
parent
e12f64bae4
commit
5e2d1c3364
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue