mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Compute combo for nested Objects. Display fruit depending on Combo for
osu!catch
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Catch.Objects
|
||||
|
||||
public int IndexInBeatmap { get; set; }
|
||||
|
||||
public virtual FruitVisualRepresentation VisualRepresentation => (FruitVisualRepresentation)(IndexInBeatmap % 4);
|
||||
public virtual FruitVisualRepresentation VisualRepresentation => (FruitVisualRepresentation)(ComboIndex % 4);
|
||||
|
||||
public virtual bool NewCombo { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user