mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Adjust size of wedged background overlay.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user