Fixed asset location

This commit is contained in:
2025-10-17 17:53:54 -05:00
parent 87993da3e8
commit 1ca8016992

View File

@ -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()