1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 19:24:22 +08:00

Adjust health display test scene's background colour to better visualise background fill

This commit is contained in:
Dean Herbert
2023-10-03 17:17:42 +09:00
Unverified
parent 8178cf3a8d
commit e1445fcc65
@@ -35,7 +35,7 @@ namespace osu.Game.Tests.Visual.Gameplay
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4.Black,
Colour = Color4.Gray,
},
new ArgonHealthDisplay
{