Make finish work
This commit is contained in:
parent
4cc592b0f5
commit
b1c2041d84
3 changed files with 38 additions and 19 deletions
2
TODO.txt
2
TODO.txt
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue