juzzlin / DustRacing2D

Dust Racing 2D is a traditional top-down car racing game including a level editor.
http://juzzlin.github.io/DustRacing2D/index.html
GNU General Public License v3.0
301 stars 67 forks source link

Twister track has no pit stop #74

Closed Wuzzy2 closed 5 years ago

Wuzzy2 commented 5 years ago

In 2.0.3, the Twister track has no pit stop.

This will be a problem in races with a high number of laps.

Wuzzy2 commented 5 years ago

Here's something that could be inserted into twister.trk:

<o x="937" y="1984" o="0" r="pit" c="free"/>

(for commit 02235fb0679713853e306117a2e86ac61caeddc1)

juzzlin commented 5 years ago

Seemed good, thanks!