mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Small cleanups
This commit is contained in:
parent
fe265c01cb
commit
dedd6a4bcf
@ -25,4 +25,4 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
pauseOverlay.ToggleVisibility();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -186,6 +186,7 @@
|
||||
<Compile Include="VisualTestGame.cs" />
|
||||
<Compile Include="Platform\TestStorage.cs" />
|
||||
<Compile Include="Tests\TestCaseOptions.cs" />
|
||||
<Compile Include="Tests\TestCasePauseOverlay.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup />
|
||||
|
@ -46,7 +46,8 @@ namespace osu.Game.Overlays.Pause
|
||||
}
|
||||
|
||||
public PauseButton()
|
||||
{
Size = new Vector2(width, height);
|
||||
{
|
||||
Size = new Vector2(width, height);
|
||||
Colour = Color4.Black;
|
||||
Shear = new Vector2(0.1f, 0);
|
||||
}
|
||||
|
@ -111,4 +111,4 @@ namespace osu.Game.Overlays.Pause
|
||||
AutoSizeAxes = Axes.Both;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -236,6 +236,8 @@
|
||||
<Compile Include="Graphics\OsuColour.cs" />
|
||||
<Compile Include="Screens\Select\FooterButton.cs" />
|
||||
<Compile Include="Screens\Select\Footer.cs" />
|
||||
<Compile Include="Overlays\Pause\PauseButton.cs" />
|
||||
<Compile Include="Overlays\Pause\PauseOverlay.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="$(SolutionDir)\osu-framework\osu.Framework\osu.Framework.csproj">
|
||||
|
Loading…
Reference in New Issue
Block a user