From fed0deac02d8cf132fdfad4b08a546ad173414cc Mon Sep 17 00:00:00 2001 From: Salman Ahmed Date: Sat, 23 Sep 2023 23:43:43 +0300 Subject: [PATCH] Add brief explaination of `BASE_SIZE` --- osu.Game.Rulesets.Catch/UI/Catcher.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/osu.Game.Rulesets.Catch/UI/Catcher.cs b/osu.Game.Rulesets.Catch/UI/Catcher.cs index f77dab56c8..c5c9556ed7 100644 --- a/osu.Game.Rulesets.Catch/UI/Catcher.cs +++ b/osu.Game.Rulesets.Catch/UI/Catcher.cs @@ -29,6 +29,13 @@ namespace osu.Game.Rulesets.Catch.UI /// /// The size of the catcher at 1x scale. /// + /// + /// This is mainly used to compute catching range, the actual catcher size may differ based on skin implementation and sprite textures. + /// This is also equivalent to the "catcherWidth" property in osu-stable when the game field and beatmap difficulty are set to default values. + /// + /// + /// + /// public const float BASE_SIZE = 106.75f; ///