Continue physics
This commit is contained in:
parent
1c6666b377
commit
46c8a4eade
4 changed files with 122 additions and 23 deletions
|
|
@ -21,6 +21,11 @@
|
|||
|
||||
#define LCR_MAP_SIZE_BLOCKS 64
|
||||
|
||||
/** Physics FPS, i.e. the number of physics ticks per second. */
|
||||
#define LCR_RACING_FPS 25
|
||||
|
||||
#define LCR_RACING_TICK_MS (1000 / LCR_RACING_FPS)
|
||||
|
||||
#define LCR_ANIMATE_CAR (LCR_SETTING_CAR_ANIMATION_SUBDIVIDE != 0)
|
||||
|
||||
/** Maximum number of triangles of a block shape. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue