Make finish work

This commit is contained in:
Miloslav Ciz 2025-01-07 23:21:08 +01:00
parent 4cc592b0f5
commit b1c2041d84
3 changed files with 38 additions and 19 deletions

View file

@ -7,7 +7,6 @@
- player name (modifyable via resource file)
- popup messages? would be useful for several things: showing checkpoint times,
showing changes in menu etc.
- prevent time overflow! stop incrementing level frame once it's at maximum
- make the racing module usable by itself, e.g. to allow making tools for
verifying replays etc., i.e. make the module measure time, count checkpoints
etc.
@ -26,6 +25,7 @@
=========== HANDLED ==============
- allow stopping car rotation in air like in Trackmania
- prevent time overflow! stop incrementing level frame once it's at maximum
- car shadow? probably would have to be done as screen space effect with
z-buffer (shadow as 3D model would require collision detection and would make
renderer depend on physics engine). Maybe like this: