1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 18:13:18 +08:00

Small cleanups

This commit is contained in:
DrabWeb
2017-01-27 05:39:15 -04:00
Unverified
parent fe265c01cb
commit dedd6a4bcf
5 changed files with 7 additions and 3 deletions
@@ -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 />
+2 -1
View File
@@ -46,7 +46,8 @@ namespace osu.Game.Overlays.Pause
}
public PauseButton()
{
{
Size = new Vector2(width, height);
Colour = Color4.Black;
Shear = new Vector2(0.1f, 0);
}
+1 -1
View File
@@ -111,4 +111,4 @@ namespace osu.Game.Overlays.Pause
AutoSizeAxes = Axes.Both;
}
}
}
}
+2
View File
@@ -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">