Use Name/NameScreen format

This commit is contained in:
smoogipoo
2018-11-07 13:04:17 +09:00
parent 52f4923c8e
commit e9e50f41fb
4 changed files with 9 additions and 7 deletions

View File

@ -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;