Address some settings

This commit is contained in:
Miloslav Ciz 2025-01-16 15:00:13 +01:00
parent ff75390a2a
commit 71aa8156e9
5 changed files with 45 additions and 38 deletions

View file

@ -15,10 +15,8 @@
#endif
#ifndef LCR_SETTING_FPS
/**
Rendering frames per second. Note this only applies to graphics, NOT
physics.
*/
/** Rendering frames per second. Note this only applies to graphics, NOT
physics. */
#define LCR_SETTING_FPS 30
#endif
@ -27,11 +25,13 @@
#endif
#ifndef LCR_SETTING_FREE_CAMERA_SPEED
#define LCR_SETTING_FREE_CAMERA_SPEED 30
/** Move speed of free camera, in 1/8ths of block length. */
#define LCR_SETTING_FREE_CAMERA_SPEED 50
#endif
#ifndef LCR_SETTING_FREE_CAMERA_TURN_SPEED
#define LCR_SETTING_FREE_CAMERA_TURN_SPEED 1024
/** Turn speed of free camera, in degrees per second. */
#define LCR_SETTING_FREE_CAMERA_TURN_SPEED 180
#endif
#ifndef LCR_SETTING_SKY_ROLL_MULTIPLIER_V