diff options
author | SaveState <pgattic@gmail.com> | 2019-06-06 09:19:31 -0400 |
---|---|---|
committer | SaveState <pgattic@gmail.com> | 2019-06-06 09:19:31 -0400 |
commit | f7991f1feefab83171e75a1fa3f6b53aa2a39ad1 (patch) | |
tree | 3c3dce9bba457768de2e765eb93bc6a92818e97b /Tutorials.md | |
parent | beec9d1e8c9642879720fc86528769eaf5ff3fc1 (diff) |
Created Tutorials (markdown)
Diffstat (limited to 'Tutorials.md')
-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 |