You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
27e0f763e0
* Update doxygen-gh-pages.yml * reorganise docs folder add ref and a button to switch between dark and light, optimise doxygen
406 B
406 B
@page vehicles Vehicles
[TOC]
See vehicles.h for defines and other configurable options. This includes how many of each vehicle to spawn.
The game evenly disperses vehicles around their path even when spawning extra vehicles.
Trains
- Follows a path containing only an x and z coordinate.
- Y coordinate is hard-coded.
- Some of the train path is generated to save space.