Skip to content

Commit

Permalink
Make TOUCH appear on a higher layer
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Jun 7, 2020
1 parent a5598a2 commit a48744c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class DrawableTouch : DrawableSentakkiHitObject

public DrawableTouch(SentakkiHitObject hitObject) : base(hitObject)
{
Depth = -1;
Size = new Vector2(240);
Position = hitObject.Position;
Origin = Anchor.Centre;
Expand Down

0 comments on commit a48744c

Please sign in to comment.