From 1b9a6f4e24d52cc7a8d51181af8f02db8d28589a Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sat, 20 Jan 2024 20:19:41 -0700 Subject: Added more pages (#554) Update docs --- docs/tutorials/audio.md | 1 + docs/tutorials/paths.md | 12 ++++++++++++ docs/tutorials/tutorials.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 docs/tutorials/audio.md create mode 100644 docs/tutorials/paths.md (limited to 'docs/tutorials') 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 { +
+ + + +
+ +
+ + + +
+ \endhtmlonly \subpage boostramps +\subpage paths +\subpage tutorialaudio -- cgit v1.2.3