diff options
author | InfernoGear <32606575+InfernoGear@users.noreply.github.com> | 2019-10-04 12:35:04 -0500 |
---|---|---|
committer | InfernoGear <32606575+InfernoGear@users.noreply.github.com> | 2019-10-04 12:35:04 -0500 |
commit | c1e40eaa1c89f5242863fe55d1f07dc00fc292a8 (patch) | |
tree | d4ccb8df126b189425444f70093e4b96ba3e8cc0 | |
parent | e74ac71963594273cf16d760634713677860d4cc (diff) |
Formatted the tutorials page akin to the more polished Crystal tutorials page.
-rw-r--r-- | Tutorials.md | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/Tutorials.md b/Tutorials.md index e686040..0ddb134 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -9,7 +9,33 @@ This is how tutorials show changes made to files: There's not too much stuff here right now, but more may be added soon. Here's all we have so far: +## Contents +- [Miscellaneous](#miscellaneous) +- [How to add a new…](#how-to-add-a-new) +- [How to edit the…](#how-to-edit-the) +- [Upgrades to existing features](#upgrades-to-existing-features) +- [Removing features](#removing-features) +- [Features from different generations](#features-from-different-generations) +- [Assembly programming](#assembly-programming) +- [To do](#to-do) -- [Editing the Town Map](Edit-the-Town-Map) +## Miscellaneous + +## How to add a new... + +## How to edit the... +- [Town Map](Edit-the-Town-Map) + +## Upgrades to existing features + +## Removing features - [Remove Artificial Save Delay](Remove-Artificial-Save-Delay) + +## Features from different generations - [Running Shoes](Running-Shoes) + +## Assembly programming + +## To do +Feel free to contribute one of these! +- Effectively everything. We need to add tutorials.
\ No newline at end of file |