mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Fix ordering of fruits to match stable
This commit is contained in:
parent
24e33abcbf
commit
aeb45c8442
@ -100,8 +100,8 @@ namespace osu.Game.Rulesets.Catch.Objects
|
|||||||
{
|
{
|
||||||
Pear,
|
Pear,
|
||||||
Grape,
|
Grape,
|
||||||
Raspberry,
|
|
||||||
Pineapple,
|
Pineapple,
|
||||||
|
Raspberry,
|
||||||
Banana // banananananannaanana
|
Banana // banananananannaanana
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -52,12 +52,12 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
|
|||||||
case FruitVisualRepresentation.Grape:
|
case FruitVisualRepresentation.Grape:
|
||||||
return CatchSkinComponents.FruitGrapes;
|
return CatchSkinComponents.FruitGrapes;
|
||||||
|
|
||||||
case FruitVisualRepresentation.Raspberry:
|
|
||||||
return CatchSkinComponents.FruitOrange;
|
|
||||||
|
|
||||||
case FruitVisualRepresentation.Pineapple:
|
case FruitVisualRepresentation.Pineapple:
|
||||||
return CatchSkinComponents.FruitApple;
|
return CatchSkinComponents.FruitApple;
|
||||||
|
|
||||||
|
case FruitVisualRepresentation.Raspberry:
|
||||||
|
return CatchSkinComponents.FruitOrange;
|
||||||
|
|
||||||
case FruitVisualRepresentation.Banana:
|
case FruitVisualRepresentation.Banana:
|
||||||
return CatchSkinComponents.FruitBananas;
|
return CatchSkinComponents.FruitBananas;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user