TestCase buttons + minor fixes

This commit is contained in:
Adonais Romero González
2016-10-07 17:15:36 -05:00
parent 7277cf5af1
commit a3b4a34a1a
3 changed files with 11 additions and 72 deletions

View File

@ -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;

View File

@ -258,7 +258,7 @@ namespace osu.Game.Graphics.UserInterface
}
}
protected void updateTextSize()
protected virtual void updateTextSize()
{
if (countSpriteText != null)
countSpriteText.TextSize = TextSize;