mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 11:07:35 +09:00
Fix non-matching shear angles.
This commit is contained in:
parent
0272c4b559
commit
8f1e7ef19a
@ -25,7 +25,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
private const double transform_time = 600;
|
private const double transform_time = 600;
|
||||||
private const int pulse_length = 250;
|
private const int pulse_length = 250;
|
||||||
|
|
||||||
private const float shear = 0.1f;
|
private const float shear = 0.15f;
|
||||||
|
|
||||||
public static readonly Vector2 SIZE_EXTENDED = new Vector2(140, 50);
|
public static readonly Vector2 SIZE_EXTENDED = new Vector2(140, 50);
|
||||||
public static readonly Vector2 SIZE_RETRACTED = new Vector2(100, 50);
|
public static readonly Vector2 SIZE_RETRACTED = new Vector2(100, 50);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user