1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00
osu-lazer/osu.Game.Tests/Skins
Bartłomiej Dach 7c88a1c6de
Add a way to change custom combo colours via IHasComboColours
`IHasComboColours` was already mutable (via a strange
`AddComboColours()` method) and exposing a straight list is easier to
work with. `IHasCustomColours` is also similarly externally mutable (in
a way which is not easily removable).
2021-08-15 20:06:06 +02:00
..
IO Add test coverage 2021-03-24 22:55:15 +03:00
LegacyManiaSkinDecoderTest.cs Fix hidden notes due to 0 minimum width 2020-04-08 17:15:59 +09:00
LegacySkinDecoderTest.cs Fix skin parser not stripping whitespace before parsing 2021-03-18 15:36:11 +09:00
TestSceneBeatmapSkinLookupDisables.cs Remove redundant string interpolation 2021-06-09 17:34:47 +09:00
TestSceneBeatmapSkinResources.cs Revert some more usage of MusicController back to WorkingBeatmap 2020-08-21 15:17:21 +09:00
TestSceneSkinConfigurationLookup.cs Add a way to change custom combo colours via IHasComboColours 2021-08-15 20:06:06 +02:00
TestSceneSkinProvidingContainer.cs Add missing HeadlessTest flag on new test scene 2021-07-07 16:30:23 +09:00
TestSceneSkinResources.cs Fix ogg beatmap/skin samples not loading 2020-02-18 13:21:55 +09:00