diff options
-rw-r--r-- | Tutorials.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md new file mode 100644 index 0000000..a152ceb --- /dev/null +++ b/Tutorials.md @@ -0,0 +1,14 @@ +This is how tutorials show changes made to files: + +```diff + this is some code +-delete red - lines ++add green + lines +``` + +There's not too much stuff here right now, but more may be added soon. + +Here's all we have so far: +- [Editing the Town Map](https://github.com/pret/pokered/wiki/Edit-the-Town-Map) +- [Remove Artificial Save Delay](https://github.com/pret/pokered/wiki/Remove-Artificial-Save-Delay) +- [Running Shoes](https://github.com/pret/pokered/wiki/Running-Shoes)
\ No newline at end of file |