mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Speedup transition.
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Screens.Multi.Screens.Match.Settings
|
|||||||
{
|
{
|
||||||
public class RoomSettingsOverlay : FocusedOverlayContainer
|
public class RoomSettingsOverlay : FocusedOverlayContainer
|
||||||
{
|
{
|
||||||
private const float transition_duration = 500;
|
private const float transition_duration = 350;
|
||||||
private const float field_padding = 45;
|
private const float field_padding = 45;
|
||||||
|
|
||||||
private readonly Bindable<string> nameBind = new Bindable<string>();
|
private readonly Bindable<string> nameBind = new Bindable<string>();
|
||||||
|
Reference in New Issue
Block a user