mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:52:55 +08:00
Add sample action to test so hover effect is visible
This commit is contained in:
parent
dff7053a07
commit
1eab4e179d
@ -23,6 +23,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Action = () => { }
|
||||
});
|
||||
|
||||
AddStep("switch loading state", () => button.IsLoading = !button.IsLoading);
|
||||
|
Loading…
Reference in New Issue
Block a user