History for BallJumper / app / src / main / java / jonathan / balljumper / classes / Sprite.java
2017-07-31
Removed unused methods and imports. Other minor change.
Jonathan Ström committed on 31 Jul 2017
Removed Direction and added delta instead. Other fixes.
Jonathan Ström committed on 31 Jul 2017
2017-07-29
Finished ball jumping on panels.
Jonathan Ström committed on 29 Jul 2017
Started working on ball jumping on panels.
Jonathan Ström committed on 29 Jul 2017
2017-07-28
Added an onTouchEvent making the ball's X-axis move when touching the screen. Changed values from int to float in Sprite.
Jonathan Ström committed on 28 Jul 2017
Fixed faster rendering and ball bouncing.
Jonathan Ström committed on 28 Jul 2017
Added a game loop. Rewrote the whole game structure.
Jonathan Ström committed on 28 Jul 2017