Merge branch 'master' into skin-components-bind-outwards

This commit is contained in:
Dean Herbert
2021-05-07 16:20:24 +09:00
committed by GitHub
51 changed files with 1250 additions and 191 deletions

View File

@ -12,7 +12,7 @@ using osuTK;
namespace osu.Game.Screens.Play.HUD
{
public class DefaultComboCounter : RollingCounter<int>
public class DefaultComboCounter : RollingCounter<int>, ISkinnableComponent
{
private readonly Vector2 offset = new Vector2(20, 5);