Commit Graph

3 Commits

Author SHA1 Message Date
SergentThomasKelly
d7134f8bc0 bug fix
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.
2018-04-25 17:50:36 +02:00
SergentThomasKelly
68a88548c0 minor optimizations
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.
2018-04-23 18:58:22 +02:00
SergentThomasKelly
4efd981e0d re organized this repo
Because binaries should be in relases. Not in source code.
2018-04-23 06:58:02 +02:00