mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
added hover effects to panels in social
at least partially QQ
This commit is contained in:
@ -13,8 +13,12 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||
{
|
||||
typeof(UserPanel),
|
||||
typeof(SocialPanel),
|
||||
typeof(FilterControl),
|
||||
typeof(SocialOverlay)
|
||||
typeof(SocialOverlay),
|
||||
typeof(SocialGridPanel),
|
||||
typeof(SocialListPanel)
|
||||
};
|
||||
|
||||
public TestCaseSocial()
|
||||
|
Reference in New Issue
Block a user