From c63b5eba4bb4cf232eea10bb79b09228a764a432 Mon Sep 17 00:00:00 2001 From: LoveEevee Date: Tue, 17 Mar 2020 01:31:15 +0300 Subject: [PATCH] Fix positioning of the Select Difficulty text --- public/src/js/songselect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index 7306e8d..4704ccd 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -1379,8 +1379,8 @@ class SongSelect{ var textW = strings.id === "en" ? 350 : 280 this.selectTextCache.get({ ctx: ctx, - x: x - 144 - 53, - y: y - 24 - 30, + x: frameLeft, + y: frameTop, w: textW + 53 + 60, h: this.songAsset.marginTop + 15, id: "difficulty"