mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Begin conversion
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user