mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use string lookups for combo colours
This commit is contained in:
@ -5,7 +5,6 @@ using System;
|
||||
using osu.Framework.Audio.Sample;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Textures;
|
||||
using osu.Game.Rulesets.Objects.Types;
|
||||
using OpenTK.Graphics;
|
||||
|
||||
namespace osu.Game.Skinning
|
||||
@ -23,6 +22,6 @@ namespace osu.Game.Skinning
|
||||
|
||||
SampleChannel GetSample(string sampleName);
|
||||
|
||||
Color4? GetComboColour(IHasComboInformation comboObject);
|
||||
Color4? GetColour(string colourName);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user