Combo Color ordering

General Image scaling
Score fixed size width

Spinner centering (slick has bad centering)

Broke Ranking Panel
This commit is contained in:
fd
2015-02-15 18:51:07 -05:00
parent 4826798fba
commit fff0080ddc
7 changed files with 1701 additions and 80 deletions

View File

@@ -296,4 +296,9 @@ public class OsuHitObject {
* @return true if new combo
*/
public boolean isNewCombo() { return (type & TYPE_NEWCOMBO) > 0; }
public int getComboSkip() {
return (type>>4);
}
}