Start HUD

This commit is contained in:
Miloslav Ciz 2024-12-17 21:39:32 +01:00
parent 6d31c3c492
commit b177e924dd
5 changed files with 78 additions and 12 deletions

View file

@ -153,4 +153,10 @@
#define LCR_SETTING_LOG_LEVEL 1
#endif
#ifndef LCR_SETTING_METERS_PER_BLOCK
/** How many meters one game block is considered to measure (horizontally).
This is for calculating speed etc. */
#define LCR_SETTING_METERS_PER_BLOCK 4
#endif
#endif // guard