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

Merge pull request #3467 from smoogipoo/fix-catch-scale

Adjust catcher size
This commit is contained in:
Dean Herbert 2018-10-12 21:43:24 +09:00 committed by GitHub
commit 33d4ec876a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;