We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c937005 commit 5657282Copy full SHA for 5657282
1 file changed
heartmeter/index.js
@@ -10,7 +10,7 @@ const canvas = document.getElementById("canvas");
10
const ctx = canvas.getContext("2d");
11
12
const heartImg = new Image();
13
-heartImg.src = "heart.png";
+heartImg.src = "/heartmeter/heart.png";
14
heartImg.onload = render;
15
16
const healSound = new Audio("increment_health.ogg");
0 commit comments