From 6459d8727aeb74665eff44fa378b5f4a43a61265 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:27:01 -0500 Subject: [PATCH] Update main.js --- code/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/main.js b/code/main.js index 4c662a4..7450662 100644 --- a/code/main.js +++ b/code/main.js @@ -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"); \ No newline at end of file +go("Title");