mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Move chat into main content
Also changes the way parallax is applied to OsuScreens game-wide.
This commit is contained in:
@ -7,6 +7,7 @@ using osu.Framework.Screens;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Database;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using OpenTK;
|
||||
|
||||
namespace osu.Game.Screens
|
||||
{
|
||||
@ -96,6 +97,9 @@ namespace osu.Game.Screens
|
||||
}
|
||||
else if (bg != null)
|
||||
{
|
||||
// this makes up for the fact our padding changes when the global toolbar is visible.
|
||||
bg.Scale = new Vector2(1.06f);
|
||||
|
||||
AddInternal(new ParallaxContainer
|
||||
{
|
||||
Depth = float.MaxValue,
|
||||
|
Reference in New Issue
Block a user