mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 15:31:51 +08:00
Fix positioning of the Select Difficulty text
This commit is contained in:
parent
f4c3a664eb
commit
c63b5eba4b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user