1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 01:33:50 +08:00

Change path thickness to 1px

Looks better with the new path rendering
This commit is contained in:
Andrei Zavatski
2025-11-09 02:07:13 +03:00
Unverified
parent afdebcf188
commit 7b55b9e4f2
@@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Osu.UI.ReplayAnalysis
lifetimeManager.EntryBecameAlive += entryBecameAlive;
lifetimeManager.EntryBecameDead += entryBecameDead;
PathRadius = 0.5f;
PathRadius = 1f;
}
[BackgroundDependencyLoader]