1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Make test easier to visually examine

This commit is contained in:
Dean Herbert 2019-12-25 14:55:13 +09:00
parent 145ac8e0b5
commit 04cbdd9c6c

View File

@ -136,7 +136,7 @@ namespace osu.Game.Rulesets.Osu.Tests
{
public static Color4[] Colours { get; } =
{
new Color4(10, 100, 150, 255),
new Color4(150, 100, 50, 255),
new Color4(20, 20, 20, 255),
};