1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 10:07:28 +08:00
osu-lazer/osu.Game.Modes.Osu/Objects/Drawables
Andrey Zavadskiy 086191a12a Spinner fix
2017-03-22 16:13:39 +03:00
..
Connections Rework/rewrite beatmap parsing to parse to base hit objects, which mode-specific beatmap converters can then use. 2017-03-13 19:15:25 +09:00
Pieces Spinner fix 2017-03-22 16:13:39 +03:00
DrawableHitCircle.cs Make DrawableHitObject's UpdateState safer by blocking calls at a higher level with not yet loaded. 2017-03-22 09:43:44 +09:00
DrawableOsuHitObject.cs Make DrawableHitObject's UpdateState safer by blocking calls at a higher level with not yet loaded. 2017-03-22 09:43:44 +09:00
DrawableSlider.cs Make DrawableHitObject's UpdateState safer by blocking calls at a higher level with not yet loaded. 2017-03-22 09:43:44 +09:00
DrawableSliderTick.cs Make DrawableHitObject's UpdateState safer by blocking calls at a higher level with not yet loaded. 2017-03-22 09:43:44 +09:00
DrawableSpinner.cs Make DrawableHitObject's UpdateState safer by blocking calls at a higher level with not yet loaded. 2017-03-22 09:43:44 +09:00
HitExplosion.cs Move OsuJudgementInfo to its own class, remove PositionalJudgementInfo. 2017-03-15 19:23:42 +09:00