diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-01-20 20:19:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 20:19:41 -0700 |
| commit | 1b9a6f4e24d52cc7a8d51181af8f02db8d28589a (patch) | |
| tree | 164d9a4b7fb438a747017e99e505afecfeab8c69 /docs/tutorials | |
| parent | 1c2b95f383290895610bf71872b6c2a9df9017f0 (diff) | |
Added more pages (#554)
Update docs
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/audio.md | 1 | ||||
| -rw-r--r-- | docs/tutorials/paths.md | 12 | ||||
| -rw-r--r-- | docs/tutorials/tutorials.md | 30 |
3 files changed, 43 insertions, 0 deletions
diff --git a/docs/tutorials/audio.md b/docs/tutorials/audio.md new file mode 100644 index 000000000..0d62da0f4 --- /dev/null +++ b/docs/tutorials/audio.md @@ -0,0 +1 @@ +\page tutorialaudio Audio diff --git a/docs/tutorials/paths.md b/docs/tutorials/paths.md new file mode 100644 index 000000000..b9594bb7e --- /dev/null +++ b/docs/tutorials/paths.md @@ -0,0 +1,12 @@ +\page paths Paths +The game uses multiple types of course paths + +# Course 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. diff --git a/docs/tutorials/tutorials.md b/docs/tutorials/tutorials.md index 13dc972d8..3636bf1f5 100644 --- a/docs/tutorials/tutorials.md +++ b/docs/tutorials/tutorials.md @@ -96,6 +96,36 @@ p { </a> </div> +<div class="pagebutton"> +<a class="pagea" href="paths.html"> +<div class="pagelink"> + <div class="pageimg"><img width=320 src="buttonimage.png" /></div> + <div class="content"> + <div class="pageheading">Paths</div> + <div class="pagedescription"> + <p>Overview of the many types of pathing</p> + </div> + </div> +</div> +</a> +</div> + +<div class="pagebutton"> +<a class="pagea" href="audio.html"> +<div class="pagelink"> + <div class="pageimg"><img width=320 src="buttonimage.png" /></div> + <div class="content"> + <div class="pageheading">Audio</div> + <div class="pagedescription"> + <p>Basic ways to work with audio</p> + </div> + </div> +</div> +</a> +</div> + \endhtmlonly \subpage boostramps +\subpage paths +\subpage tutorialaudio |
