mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 18:47:33 +09:00
ToolbarOverlayToggleButton
This commit is contained in:
parent
ebde5fa97f
commit
a80c28ca37
@ -6,7 +6,7 @@ using osu.Game.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Overlays.Toolbar
|
namespace osu.Game.Overlays.Toolbar
|
||||||
{
|
{
|
||||||
class ToolbarMusicButton : ToolbarToggleButton
|
class ToolbarMusicButton : ToolbarOverlayToggleButton
|
||||||
{
|
{
|
||||||
public ToolbarMusicButton()
|
public ToolbarMusicButton()
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,7 @@ using OpenTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Overlays.Toolbar
|
namespace osu.Game.Overlays.Toolbar
|
||||||
{
|
{
|
||||||
class ToolbarToggleButton : ToolbarButton
|
class ToolbarOverlayToggleButton : ToolbarButton
|
||||||
{
|
{
|
||||||
private Box StateBackground;
|
private Box StateBackground;
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public ToolbarToggleButton()
|
public ToolbarOverlayToggleButton()
|
||||||
{
|
{
|
||||||
Add(StateBackground = new Box
|
Add(StateBackground = new Box
|
||||||
{
|
{
|
@ -6,7 +6,7 @@ using osu.Game.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Overlays.Toolbar
|
namespace osu.Game.Overlays.Toolbar
|
||||||
{
|
{
|
||||||
class ToolbarSettingsButton : ToolbarToggleButton
|
class ToolbarSettingsButton : ToolbarOverlayToggleButton
|
||||||
{
|
{
|
||||||
public ToolbarSettingsButton()
|
public ToolbarSettingsButton()
|
||||||
{
|
{
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
<Compile Include="Overlays\Toolbar\ToolbarHomeButton.cs" />
|
<Compile Include="Overlays\Toolbar\ToolbarHomeButton.cs" />
|
||||||
<Compile Include="Overlays\Toolbar\ToolbarMusicButton.cs" />
|
<Compile Include="Overlays\Toolbar\ToolbarMusicButton.cs" />
|
||||||
<Compile Include="Overlays\Toolbar\ToolbarSettingsButton.cs" />
|
<Compile Include="Overlays\Toolbar\ToolbarSettingsButton.cs" />
|
||||||
<Compile Include="Overlays\Toolbar\ToolbarToggleButton.cs" />
|
<Compile Include="Overlays\Toolbar\ToolbarOverlayToggleButton.cs" />
|
||||||
<Compile Include="Overlays\Toolbar\ToolbarUserButton.cs" />
|
<Compile Include="Overlays\Toolbar\ToolbarUserButton.cs" />
|
||||||
<Compile Include="Screens\BackgroundMode.cs" />
|
<Compile Include="Screens\BackgroundMode.cs" />
|
||||||
<Compile Include="Screens\Backgrounds\BackgroundModeBeatmap.cs" />
|
<Compile Include="Screens\Backgrounds\BackgroundModeBeatmap.cs" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user