diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-12-07 21:00:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-07 21:00:06 -0700 |
| commit | dbae0c3aca33a022e8c1d511fe521407375057b2 (patch) | |
| tree | 889ebe9e5c03261d92304545c5beae13892831f2 /docs/tutorials | |
| parent | 04ca19a9757752676450364e998d6af0d90e73ef (diff) | |
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>
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/boostramps.md | 2 | ||||
| -rw-r--r-- | docs/tutorials/paths.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/boostramps.md b/docs/tutorials/boostramps.md index 7c6586d32..57046aad0 100644 --- a/docs/tutorials/boostramps.md +++ b/docs/tutorials/boostramps.md @@ -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. diff --git a/docs/tutorials/paths.md b/docs/tutorials/paths.md index d3200a6dd..82e32ccb9 100644 --- a/docs/tutorials/paths.md +++ b/docs/tutorials/paths.md @@ -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 |
