1
0
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:
Thomas Müller 2016-11-20 12:29:38 +01:00
parent 57e7c7097d
commit 40805ad32c

View File

@ -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;