opsu-dance/src/itdelatrisu/opsu/replay
Jeffrey Han 2efb18e225 Follow-up to #68.
Fixes:
- Set the modified speed again after unpausing and loading from checkpoints.
- Changed countdown delays based on current speed.
- Changed color of highlighted song info text to that in osu!.
- Made playback images unskinnable.

Code changes:
- Changed playback field in Game class to the PlaybackSpeed object instead of just the button.
- Changed PlaybackSpeed.next() to a non-static method.
- Added/edited Javadocs.
- Changed image names.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-04-03 18:08:35 -04:00
..
LifeFrame.java Follow-up to #68. 2015-04-03 18:08:35 -04:00
PlaybackSpeed.java Follow-up to #68. 2015-04-03 18:08:35 -04:00
Replay.java Moved OsuReader and OsuWriter into a new package 'opsu.io'. 2015-03-16 11:58:51 -04:00
ReplayFrame.java Store raw hit object coordinates instead of scaled ones. 2015-03-12 20:12:43 -04:00