Add particles

This commit is contained in:
Miloslav Ciz 2025-04-20 19:38:13 +02:00
parent 06c1d1c42e
commit d905718bab
6 changed files with 105 additions and 51 deletions

View file

@ -1,7 +1,5 @@
=========== GENERAL ==============
- add simple particle effects for grass/dirt/drift? Can be just a few squares
animated from the projected backwheels.
- fix the ramp map again due to new physics
- keyboard ghosting is an issue, particularly when initiating drift with brake
(arrow keys must be used with S for braking for left drift to work) -- think
@ -78,6 +76,8 @@
=========== HANDLED ==============
- MAP4: one triangle in top section is missing!
- add simple particle effects for grass/dirt/drift? Can be just a few squares
animated from the projected backwheels.
- FPS logging for optim
- the pinch collision test seems to sometimes stop the car e.g. after falling
from bigger height or when running into ramp at high speed (or not?) - FIX