Add horizon shift

This commit is contained in:
Miloslav Ciz 2025-01-15 22:01:50 +01:00
parent 8d0adf66eb
commit 9485a7cd95
3 changed files with 8 additions and 2 deletions

View file

@ -204,4 +204,9 @@
#define LCR_SETTING_REPLAY_MAX_SIZE 256
#endif
#ifndef LCR_SETTING_HORIZON_SHIFT
/** Vertical offset of the background horizon, 1/16th of screen height. */
#define LCR_SETTING_HORIZON_SHIFT 5
#endif
#endif // guard