mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move text display layout to Toast.
This commit is contained in:
@ -90,6 +90,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
private class EmptyToast : Toast
|
||||
{
|
||||
public EmptyToast()
|
||||
: base("", "", "")
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private class TestOnScreenDisplay : OnScreenDisplay
|
||||
|
Reference in New Issue
Block a user