Fixed asset location
This commit is contained in:
@ -3,7 +3,7 @@ var ctx = bg.getContext("2d");
|
||||
ctx.canvas.width = window.screen.availWidth;
|
||||
ctx.canvas.height = window.screen.availHeight;
|
||||
rock = new Image();
|
||||
rock.src = "Rock1.png";
|
||||
rock.src = "/media/Art/Rock1.png";
|
||||
|
||||
ctx.fill()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user