mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Scope up parameter
This commit is contained in:
parent
e81d33dcec
commit
9d6720e7e6
@ -110,7 +110,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Texture getAnimationFrame(ISkinSource skin, TaikoMascotAnimationState state, int frameIndex)
|
private static Texture getAnimationFrame(ISkin skin, TaikoMascotAnimationState state, int frameIndex)
|
||||||
=> skin.GetTexture($"pippidon{state.ToString().ToLower()}{frameIndex}");
|
=> skin.GetTexture($"pippidon{state.ToString().ToLower()}{frameIndex}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user