History for BallJumper / app / src / main / java / jonathan / balljumper / classes / PanelHandler.java
2017-08-23
Changed so that screenSize is static and public.
Jonathan Ström committed on 23 Aug 2017
Added the final keyword where it could be used.
Jonathan Ström committed on 23 Aug 2017
Changed the distance between different panels, it was too wide sometimes.
Jonathan Ström committed on 23 Aug 2017
Fixed bug where panel's X-value wasn't random after dying.
Jonathan Ström committed on 23 Aug 2017
Added panelSpeed to panelHandler.
Jonathan Ström committed on 23 Aug 2017
Added a game timer, fixed score and changed from score to height. ...
Jonathan Ström committed on 23 Aug 2017
Added so that if you move high up on the screen with the ball then the screen follows. Other minor changes.
Jonathan Ström committed on 23 Aug 2017
Changed the velocity and gravity for ball. Other minor changes.
Jonathan Ström committed on 23 Aug 2017
2017-07-31
You can now change panel's height and width from GameSurfaceView when created.
Jonathan Ström committed on 31 Jul 2017
2017-07-29
Added so that the ball is bouncing smoothly. ...
Jonathan Ström committed on 29 Jul 2017
Fixed panel spawning. ...
Jonathan Ström committed on 29 Jul 2017