Combo Color ordering
General Image scaling Score fixed size width Spinner centering (slick has bad centering) Broke Ranking Panel
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user