Update README.md

This commit is contained in:
Martin Král 2023-01-05 09:26:27 +01:00 committed by GitHub
parent b522bd900b
commit 75467e7cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@ Open sourced with the courtesy of [Y8.com](https://www.y8.com)
# Slash The Hordes # Slash The Hordes
#### A rouglite game, heavily inspired by [Vampire Survivors](https://poncle.itch.io/vampire-survivors) #### A rouglite game, heavily inspired by [Vampire Survivors](https://poncle.itch.io/vampire-survivors)
### [Play Slash the Hordes on Y8](https://www.y8.com/games/slash_the_hordes)
## Useful(?) bits: ## Useful(?) bits:
- [Modal window system](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/ModalWindowSystem) ([Example usage](https://github.com/MartinKral/SlashTheHordes/blob/master/assets/Scripts/Game/ModalWIndows/ChestModalWindow.ts)) - [Modal window system](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/ModalWindowSystem) ([Example usage](https://github.com/MartinKral/SlashTheHordes/blob/master/assets/Scripts/Game/ModalWIndows/ChestModalWindow.ts))
- [Event System](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/EventSystem) - [Event System](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/EventSystem)