mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add the concept of nested DrawableHitObjects.
- Applies to Slider Ticks and start circle. repeat/endpoints still need addressing. - Removed SliderTicksLayer abstraction for now.
This commit is contained in:
@ -53,6 +53,10 @@ namespace osu.Game.Modes.Osu
|
||||
score += 300;
|
||||
maxScore += 300;
|
||||
break;
|
||||
case OsuScoreResult.SliderTick:
|
||||
score += 10;
|
||||
maxScore += 10;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user