Closed AxlLind closed 7 years ago
Ternary all the things! Since alreadyExists
gets set to true the first time the object is spawned it's fine for it to be uninitialized. But I think a boolean is like an int, meaning it cannot be uninitialized, it will be false by default.
Contains many different smaller enchancements:
Adds a jumping cube (like the player) to the start menu which persists between the menus. #82
Inverts the x-movement input when the player is flipped upside down. This makes the movement a lot more intuitive, especially on mobile. #83
Makes the android back button work on the settings and highscore screen. #68
Adds android .apk to the repo and updates readme to reflect new install instructions.