Adding Tunnel
sandokan815 opened this issue · 1 comments
sandokan815 commented
Your source is very useful to build 2.5D racing game
But unfortunately, I was looking for Racing Game that includes tunnel.
Please attach it if you have made new version with tunnel or please write reference links
Thanks very much for your sharing gold source
lrq3000 commented
A tunnel should not be very difficult to code, each part of the track has a specific function (eg, short left turn, long straight line, hill, etc). Coding a tunnel should only be a matter of adding the graphics and a new function (or an option for each of the old tracks parts functions to allow to turn them into a tunnel).