Because we need to make you know who made these awseome songs which are used in this game ! So now, you can go in Help Menu and then in Credits Menu to know it, without ahving to dive in the subfolders of this game !
- added Dialog Boxes
- added Audio Menu
- added some Events
- added nice audio effects
- added more settings to tweak
- removed a lot of bugs (keyboard related, like keyboard events making the game crash)
there were a problem when you were in the pause menu. when you wanted to quit the game you had to press on w instead of q so i corrected it so now it works as it should. It will be updated during the next release.
added a way to toggle fullscreen in game (press F11) and corrected the stopped animation on left side move. Because having a leg in the air for a long time isn't normal. Even in a game.
A little bug were hidden under the hood !
I found that with re organization I forgot to change this line to the new systel so if you tried to quit the game by clicking the red cross, it would make the whole game crash.
Code is now a little simpler and new menus are easier to implement. Before you had to create a new function and all adjustments just to change the state. Now you use the same function which does it all for you. You use self.changeMenu("theNextState") and it switches the state for you and does all the stuff you had to code before.