1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 11:20:24 +08:00

Describe how the ratio came to be

This commit is contained in:
Dan Balasescu
2019-07-29 18:43:05 +09:00
committed by GitHub
Unverified
parent 5e8867066c
commit 396892da1a
@@ -18,6 +18,7 @@ namespace osu.Game.Rulesets.Osu.UI
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
// Calculated from osu!stable as 512 (default gamefield size) / 640 (default window size)
Size = new Vector2(0.8f);
InternalChild = new Container