mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -5,7 +5,7 @@ using osu.Game.Localisation;
|
||||
|
||||
namespace osu.Game.Overlays.OSD
|
||||
{
|
||||
public class CopyUrlToast : Toast
|
||||
public partial class CopyUrlToast : Toast
|
||||
{
|
||||
public CopyUrlToast()
|
||||
: base(UserInterfaceStrings.GeneralHeader, ToastStrings.UrlCopied, "")
|
||||
|
@ -16,7 +16,7 @@ using osu.Game.Localisation;
|
||||
|
||||
namespace osu.Game.Overlays.OSD
|
||||
{
|
||||
public abstract class Toast : Container
|
||||
public abstract partial class Toast : Container
|
||||
{
|
||||
private const int toast_minimum_width = 240;
|
||||
|
||||
|
@ -21,7 +21,7 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Overlays.OSD
|
||||
{
|
||||
public class TrackedSettingToast : Toast
|
||||
public partial class TrackedSettingToast : Toast
|
||||
{
|
||||
private const int lights_bottom_margin = 40;
|
||||
|
||||
@ -129,7 +129,7 @@ namespace osu.Game.Overlays.OSD
|
||||
sampleChange = audio.Samples.Get("UI/osd-change");
|
||||
}
|
||||
|
||||
private class OptionLight : Container
|
||||
private partial class OptionLight : Container
|
||||
{
|
||||
private Color4 glowingColour, idleColour;
|
||||
|
||||
|
Reference in New Issue
Block a user