What's Changed
Enhancements:
- Made the default Music value be lower when starting the game by @Elijuszek in #79
- Renamed "Restart" button to "Play again" by @Elijuszek in #81
- Implemented saving just before player death. by @Elijuszek in #81
- Added custom fonts by @Arnelys in #82
- Implemented shop functionality by @disusen in #91
Bug fixes:
- Loading screen is now shown when load game button is clicked by @Elijuszek in #80
- Optimized loading screen by checking if scene was already cached by @Elijuszek in #80
- Removed possibility of infinite loop in
InitializeResourceLoader
method by @Elijuszek in #80 - Completely reworked loading game functionality by @Elijuszek in #80
- Fixed a bug which occurs when
MeleeAI
can't find target (player node). by @Elijuszek in #81 - Fixed a bug where the world screne wouldn't load when the player quits to the main menu and tries to load the game again. by @Elijuszek in #81
- General code cleanup by @Karolinskis in #92
Full Changelog: v0.4.0...v0.5.0