1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +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
parent 8178cf3a8d
commit e1445fcc65

View File

@ -35,7 +35,7 @@ namespace osu.Game.Tests.Visual.Gameplay
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4.Black,
Colour = Color4.Gray,
},
new ArgonHealthDisplay
{