Release 0.0.16.alpha
Add Tutorial Level
Type of Change
Minor
Description
- Added new tutorial level to teach player controls and simple mechanics
- Added more wonderful music by Snabisch to tutorial level
- Added wonderful keyboard animations made by Hyohnoo to teach controls
- Created interactable Brazier scene to allow for player to interact with levels
- Created FireTrap obstacle scene for player to avoid during levels
- Updated Spawners to only spawn a limited amount of enemies and emit a signal when all enemies from Spawner have been defeated
- Created an ExitGate interactable scene that allows for the player to situationally complete a level
- Added a level complete menu for when the player completes a scene
- Fixed a bug where dash and heart icons weren't updating properly on exported versions of the game
- Added the ability to complete the Three Slimes level when all slimes are defeated
- Reorganized levels folder structure to be more organized
- Updated window resizing rules to remove black bars that appeared on edges of screen
- Updated the start menu to be a little less intense with the particles
- Misc. bug fixes and refactors