Fix james' mistakes

This commit is contained in:
Evan Pratten 2020-04-18 16:17:30 -04:00
parent af376e34e7
commit 1fb54b37ca
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

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");