Start HUD
This commit is contained in:
parent
6d31c3c492
commit
b177e924dd
5 changed files with 78 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue