Update main.js

This commit is contained in:
MeowcaTheoRange 2022-04-26 21:27:01 -05:00 committed by GitHub
parent 911663d057
commit 6459d8727a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
]); ]);
} }