mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
Fixed tutorial issues
This commit is contained in:
parent
0e9d7850b7
commit
dc2d588675
2 changed files with 8 additions and 2 deletions
|
@ -2,4 +2,6 @@
|
|||
|
||||
A modified version of The Prestige Tree that is much easier to mod. It still requires programming knowledge, but it's mostly pretty easy things and copy/pasting.
|
||||
|
||||
You can look in the [documentation](docs/!general-info.md) for more information on how it all works, or look at the code in layers.js and sampleLayers.js to see what it all looks like.
|
||||
[Look here for a tutorial on getting started with modding with TMT](docs/getting-started.md)
|
||||
|
||||
You can look in the [documentation](docs/!general-info.md) for more information on how it all works, or look at the code in layers.js to see what it all looks like.
|
|
@ -53,4 +53,8 @@ The benefits of using Github:
|
|||
7. Finally, at the top middle, click "push origin" to push your changes out onto the online repository.
|
||||
|
||||
8. You can view your project on line, or share it with others, by going to
|
||||
https://raw.githack.com/Katakana1/[YOUR-GITHUB-USERNAME]/master/index.html
|
||||
https://raw.githack.com/[YOUR-GITHUB-USERNAME]/The-Modding-Tree/master/index.html
|
||||
|
||||
|
||||
And now, you have successfully used Github! You can look at the [documentation](!general-info.md) to
|
||||
see how The Modding Tree's system works and to make your mod a reality.
|
Loading…
Reference in a new issue