mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
TestCase buttons + minor fixes
This commit is contained in:
@ -43,9 +43,9 @@ namespace osu.Game.Graphics.UserInterface
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Tints pop-out before animation. Intended to use the last grabbed fruit colour.
|
||||
/// Increaces counter and tints pop-out before animation.
|
||||
/// </summary>
|
||||
/// <param name="colour"></param>
|
||||
/// <param name="colour">Last grabbed fruit colour.</param>
|
||||
public void CatchFruit(Color4 colour)
|
||||
{
|
||||
popOutSpriteText.Colour = colour;
|
||||
|
@ -258,7 +258,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
}
|
||||
}
|
||||
|
||||
protected void updateTextSize()
|
||||
protected virtual void updateTextSize()
|
||||
{
|
||||
if (countSpriteText != null)
|
||||
countSpriteText.TextSize = TextSize;
|
||||
|
Reference in New Issue
Block a user