Continue physics

This commit is contained in:
Miloslav Ciz 2024-09-05 22:51:11 +02:00
parent 1c6666b377
commit 46c8a4eade
4 changed files with 122 additions and 23 deletions

View file

@ -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. */