mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-27 08:11:09 -04:00
dbae0c3aca
* Rename Screen Contexts * typedef ScreenContext struct * Fix Compile * Rename Course.cpp to Track.cpp * Refactor Course to Track * A few renames * General Cleanup * More Rename * More names * Move TrackSections struct to Track.h --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
13 lines
245 B
Markdown
13 lines
245 B
Markdown
@page paths Paths
|
|
The game uses multiple types of track paths
|
|
|
|
# Track Paths
|
|
Used by courses
|
|
|
|
|
|
# Horizontal Paths (no Y coordinate)
|
|
Used by the train
|
|
|
|
# Camera Rails
|
|
Pathing for the camera during end of race scene, podium ceremony, and credits.
|