mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Use Name/NameScreen format
This commit is contained in:
@ -17,7 +17,7 @@ using OpenTK.Graphics;
|
||||
namespace osu.Game.Screens.Edit.Compose
|
||||
{
|
||||
[Cached(Type = typeof(IPlacementHandler))]
|
||||
public class Compose : EditorScreen, IPlacementHandler
|
||||
public class ComposeScreen : EditorScreen, IPlacementHandler
|
||||
{
|
||||
private const float vertical_margins = 10;
|
||||
private const float horizontal_margins = 20;
|
Reference in New Issue
Block a user