This commit is contained in:
Prokube 2021-05-15 06:24:10 -07:00 committed by GitHub
parent bdfdbdcc06
commit a06264b16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
# Guides # Guides
[Creating A Custom Week](https://kadedev.github.io/Kade-Engine/guides/weeks) [Creating A Custom Week](https://kadedev.github.io/Kade-Engine/guides/weeks)
[Using The Chart Editor](https://kadedev.github.io/Kade-Engine/guides/charting)
### Contributing ### Contributing
If you'd like to write a guide, you can make a [pull request](https://github.com/KadeDev/Kade-Engine/pulls). Make sure you put the guide in `docs/guides/` and that it's written in Markdown. If you'd like to write a guide, you can make a [pull request](https://github.com/KadeDev/Kade-Engine/pulls). Make sure you put the guide in `docs/guides/` and that it's written in Markdown.
Guides that need to be written: Guides that need to be written:
- How to use the charting state/chart editor
- How to make custom dialogue (like Week 6) - How to make custom dialogue (like Week 6)
- How to make custom characters - How to make custom characters