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),
|
||||
layer("JELLYBEAN"),
|
||||
"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)
|
||||
]);
|
||||
}
|
||||
|
@ -975,4 +975,4 @@ scene("Chart", (idx) => {
|
|||
});
|
||||
});
|
||||
|
||||
go("Title");
|
||||
go("Title");
|
||||
|
|
Loading…
Reference in a new issue