mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix the start animations of username and the closeButton
This commit is contained in:
@ -158,6 +158,9 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
username.ScaleTo(new Vector2(0, 1));
|
||||
closeButton.ScaleTo(new Vector2(0, 1));
|
||||
}
|
||||
|
||||
public Action<UserChannelTabItem> OnRequestClose;
|
||||
|
Reference in New Issue
Block a user