1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 09:23:06 +08:00

Remove silly textboxes.

This commit is contained in:
Dean Herbert 2016-09-24 00:09:59 +09:00
parent f936618156
commit c64dfca82e

View File

@ -26,18 +26,6 @@ namespace osu.Game.GameModes.Menu
Children = new Drawable[]
{
new ButtonSystem(),
new TextBox
{
Text = @"The quick brown fox jumped over the lazy dog.",
Position = new Vector2(50, 50),
Size = new Vector2(300, 20)
},
new SpriteText
{
Text = @"The quick brown fox jumped over the lazy dog.",
Position = new Vector2(50, 80),
Size = new Vector2(300, 20)
}
};
}
}