Update main.js
This commit is contained in:
parent
911663d057
commit
6459d8727a
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ scene("Game", (idx, noTrans) => {
|
||||||
sprite(char + song),
|
sprite(char + song),
|
||||||
layer("JELLYBEAN"),
|
layer("JELLYBEAN"),
|
||||||
"dances",
|
"dances",
|
||||||
(song == "faith" ? pos(0, 0) : pos((width() / 2) - 162, height() - 400)),
|
pos(charts[idx.song].characters[idx.character][2], charts[idx.song].characters[idx.character][3]),
|
||||||
scale(charts[idx.song].scale)
|
scale(charts[idx.song].scale)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue