Merge pull request #10 from rsninja722/back-music-ground

Fix james' mistakes
This commit is contained in:
rsninja722 2020-04-18 16:19:41 -04:00 committed by GitHub
commit 0c42644466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -547,7 +547,7 @@ function drawOptionsMenu() {
b = optionsButtons.sfx;
rect(b.x,b.y,b.w,b.h-10,"#444444");
rect((b.x-60)+(volume.sfx*120),b.y,8,20,"#444444");
text("bmg",pos.x+2,pos.y+60,"white",2);
text("bgm",pos.x+2,pos.y+60,"white",2);
b = optionsButtons.bmg;
rect(b.x,b.y,b.w,b.h-10,"#444444");
rect((b.x-60)+(volume.bgm*120),b.y,8,20,"#444444");