mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 00:02:54 +08:00
add todo entries
This commit is contained in:
parent
f3b96f8f50
commit
dae738d6a4
@ -10,6 +10,7 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
|||||||
{
|
{
|
||||||
protected override Texture GetTexture(ISkinSource skin)
|
protected override Texture GetTexture(ISkinSource skin)
|
||||||
{
|
{
|
||||||
|
// TODO: Should fallback to the head from default legacy skin instead of note.
|
||||||
return GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage)
|
return GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage)
|
||||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.NoteImage);
|
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.NoteImage);
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,7 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
|||||||
|
|
||||||
protected override Texture GetTexture(ISkinSource skin)
|
protected override Texture GetTexture(ISkinSource skin)
|
||||||
{
|
{
|
||||||
|
// TODO: Should fallback to the head from default legacy skin instead of note.
|
||||||
return GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteTailImage)
|
return GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteTailImage)
|
||||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage)
|
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.HoldNoteHeadImage)
|
||||||
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.NoteImage);
|
?? GetTextureFromLookup(skin, LegacyManiaSkinConfigurationLookups.NoteImage);
|
||||||
|
Loading…
Reference in New Issue
Block a user