Commit c63b5eba authored by LoveEevee's avatar LoveEevee

Fix positioning of the Select Difficulty text

parent f4c3a664
...@@ -1379,8 +1379,8 @@ class SongSelect{ ...@@ -1379,8 +1379,8 @@ class SongSelect{
var textW = strings.id === "en" ? 350 : 280 var textW = strings.id === "en" ? 350 : 280
this.selectTextCache.get({ this.selectTextCache.get({
ctx: ctx, ctx: ctx,
x: x - 144 - 53, x: frameLeft,
y: y - 24 - 30, y: frameTop,
w: textW + 53 + 60, w: textW + 53 + 60,
h: this.songAsset.marginTop + 15, h: this.songAsset.marginTop + 15,
id: "difficulty" id: "difficulty"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment