mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-10 23:22:33 -04:00
Name ScreenContext, Refactor Course class to Track (#583)
* 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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
\page boostramps Boost Ramps
|
||||
# Boost Ramps
|
||||
|
||||
Boost ramps use a surface-type and is part of the course geography.
|
||||
Boost ramps use a surface-type and is part of the track geography.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@page paths Paths
|
||||
The game uses multiple types of course paths
|
||||
The game uses multiple types of track paths
|
||||
|
||||
# Course Paths
|
||||
# Track Paths
|
||||
Used by courses
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user