1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 07:09:53 +08:00

Adjust catcher size to match stable

This commit is contained in:
smoogipoo
2018-09-21 15:11:12 +09:00
Unverified
parent c3fa7f167f
commit cdeb4913c4
+1 -1
View File
@@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Catch.UI
{
public class CatcherArea : Container
{
public const float CATCHER_SIZE = 84;
public const float CATCHER_SIZE = 100;
protected readonly Catcher MovableCatcher;