Reformatting of #17 and #18, and minor bug fix in #17.

Fixed not losing any health at near-zero rotation angles.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-02-14 01:07:17 -05:00
parent 2c59b345b5
commit 54806303f4
6 changed files with 49 additions and 42 deletions

View File

@@ -699,7 +699,7 @@ public class Game extends BasicGameState {
// reset game data
resetGameData();
// needs to play before setting position to resume without lag later
MusicController.play();
MusicController.setPosition(0);