osu/osu.Game.Rulesets.Catch/Objects/Drawables
ekrctb 3278a1d7d8 Standardize osu!catch coordinate system
There were two coordinate systems used:
- 0..512 (used in osu!stable)
- 0..1 (relative coordinate)

This commit replaces the usage of
the relative coordinate system to
the coordinate system of 0..512.
2020-07-02 00:21:45 +09:00
..
Pieces
BananaPiece.cs
DrawableBanana.cs User helper function to reduce copy paste 2020-03-11 15:54:21 +09:00
DrawableBananaShower.cs
DrawableCatchHitObject.cs Standardize osu!catch coordinate system 2020-07-02 00:21:45 +09:00
DrawableDroplet.cs Stop rotating DrawableCatchHitObjects at the top level 2020-03-10 19:30:31 +09:00
DrawableFruit.cs Stop rotating DrawableCatchHitObjects at the top level 2020-03-10 19:30:31 +09:00
DrawableJuiceStream.cs Change origin of nested objects inside JuiceStream to fix visibility issues 2020-03-10 19:35:10 +09:00
DrawableTinyDroplet.cs
FruitPiece.cs Convert all static getter-only properties to static readonly fields 2020-04-08 14:23:29 +03:00
GrapePiece.cs
PearPiece.cs
PineapplePiece.cs
PulpFormation.cs
RaspberryPiece.cs