mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
Adjust size of wedged background overlay.
This commit is contained in:
parent
57e7c7097d
commit
40805ad32c
@ -39,7 +39,7 @@ namespace osu.Game.Screens.Play
|
||||
private TrackManager trackManager;
|
||||
private Container backgroundWedgesContainer;
|
||||
|
||||
private static readonly Vector2 wedged_container_size = new Vector2(600, 300);
|
||||
private static readonly Vector2 wedged_container_size = new Vector2(700, 225);
|
||||
private static readonly Vector2 wedged_container_shear = new Vector2(0.15f, 0);
|
||||
private static readonly Vector2 wedged_container_start_position = new Vector2(0, 50);
|
||||
private Container wedgedContainer;
|
||||
|
Loading…
Reference in New Issue
Block a user