Merge pull request #10 from rsninja722/back-music-ground
Fix james' mistakes
This commit is contained in:
commit
0c42644466
@ -547,7 +547,7 @@ function drawOptionsMenu() {
|
|||||||
b = optionsButtons.sfx;
|
b = optionsButtons.sfx;
|
||||||
rect(b.x,b.y,b.w,b.h-10,"#444444");
|
rect(b.x,b.y,b.w,b.h-10,"#444444");
|
||||||
rect((b.x-60)+(volume.sfx*120),b.y,8,20,"#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;
|
b = optionsButtons.bmg;
|
||||||
rect(b.x,b.y,b.w,b.h-10,"#444444");
|
rect(b.x,b.y,b.w,b.h-10,"#444444");
|
||||||
rect((b.x-60)+(volume.bgm*120),b.y,8,20,"#444444");
|
rect((b.x-60)+(volume.bgm*120),b.y,8,20,"#444444");
|
||||||
|
Reference in New Issue
Block a user