mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-05 03:08:53 -04:00
27e0f763e0
* Update doxygen-gh-pages.yml * reorganise docs folder add ref and a button to switch between dark and light, optimise doxygen
19 lines
406 B
Markdown
19 lines
406 B
Markdown
@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.
|
|
|
|
|
|
# Cars & Trucks
|
|
|
|
|
|
# Boats
|