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
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public BeatmapSetHeader(BeatmapSetInfo beatmapSet, WorkingBeatmap working)
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