Begin conversion

This commit is contained in:
Dean Herbert
2017-08-07 16:02:14 +09:00
parent b71caca131
commit 725a69d973
2 changed files with 13 additions and 5 deletions

View File

@ -49,6 +49,11 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
Children = new Framework.Graphics.Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4.Red,
},
new Pulp
{
RelativePositionAxes = Axes.Both,