Add special category pill + secondary background

This commit is contained in:
smoogipoo
2021-07-14 16:48:53 +09:00
parent c5977f3318
commit 0e89bafd17
5 changed files with 209 additions and 124 deletions

View File

@ -47,10 +47,16 @@ namespace osu.Game.Tests.Visual.Multiplayer
}),
createDrawableRoom(new Room
{
Name = { Value = "Room 4" },
Name = { Value = "Room 4 (realtime)" },
Status = { Value = new RoomStatusOpen() },
Category = { Value = RoomCategory.Realtime },
}),
createDrawableRoom(new Room
{
Name = { Value = "Room 4 (spotlight)" },
Status = { Value = new RoomStatusOpen() },
Category = { Value = RoomCategory.Spotlight },
}),
}
};
}