Revert SkinnableSprite lookups to old behaviour

This commit is contained in:
Dean Herbert
2019-09-03 14:21:54 +09:00
parent 10862f40c6
commit d1cdf49dd5
5 changed files with 17 additions and 6 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Catch.UI
[BackgroundDependencyLoader]
private void load()
{
InternalChild = new SkinnableSprite(new CatchSkinComponent(CatchSkinComponents.Catcher))
InternalChild = new SkinnableSprite("Gameplay/catch/fruit-catcher-idle")
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.TopCentre,