1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 00:47:20 +08:00

Merge pull request #138 from grafitter/general-fixes

Working beatmap background scaling fix
This commit is contained in:
Dean Herbert 2016-11-06 14:41:29 +09:00 committed by GitHub
commit 49d170339b

View File

@ -40,7 +40,7 @@ namespace osu.Game.Beatmaps.Drawable
Texture = working.Background,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Scale = new Vector2(0.5f),
Scale = new Vector2(1366 / working.Background.Width * 0.6f),
Colour = new Color4(200, 200, 200, 255),
},
new FlowContainer