mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Reformat code.
This commit is contained in:
@ -16,19 +16,19 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
private TextAwesome icon;
|
private TextAwesome icon;
|
||||||
|
|
||||||
private Container leftContainer;
|
private Container leftContainer;
|
||||||
private Container rightContainer;
|
private Container rightContainer;
|
||||||
|
|
||||||
private const double transform_time = 300.0;
|
private const double transform_time = 300.0;
|
||||||
private const int pulse_length = 250;
|
private const int pulse_length = 250;
|
||||||
|
|
||||||
private const float shear = 0.1f;
|
private const float shear = 0.1f;
|
||||||
|
|
||||||
private const int extend_length = 60;
|
private const int extend_length = 60;
|
||||||
private const int initial_extend_length = 40;
|
private const int initial_extend_length = 40;
|
||||||
|
|
||||||
private const int width_extended = 140;
|
private const int width_extended = 140;
|
||||||
private const int width_retracted = 120;
|
private const int width_retracted = 120;
|
||||||
|
|
||||||
public BackButton()
|
public BackButton()
|
||||||
{
|
{
|
||||||
@ -152,7 +152,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Shear = new Vector2(shear, 0),
|
Shear = new Vector2(shear, 0),
|
||||||
Colour = new Color4(255,255,255,128),
|
Colour = new Color4(255, 255, 255, 128),
|
||||||
};
|
};
|
||||||
Add(flash);
|
Add(flash);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user