Fix james' mistakes
This commit is contained in:
parent
af376e34e7
commit
1fb54b37ca
@ -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");
|
||||
|
Reference in New Issue
Block a user