1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 08:22:56 +08:00

Set legacy version of osu!classic skin to 2.0

This commit is contained in:
iiSaLMaN 2019-10-09 23:06:32 +03:00
parent 7f6541672c
commit 01ac19fdbb

View File

@ -20,6 +20,8 @@ namespace osu.Game.Skinning
new Color4(18, 124, 255, 255), new Color4(18, 124, 255, 255),
new Color4(242, 24, 57, 255), new Color4(242, 24, 57, 255),
}); });
Configuration.LegacyVersion = 2.0;
} }
public static SkinInfo Info { get; } = new SkinInfo public static SkinInfo Info { get; } = new SkinInfo