You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 6-space-game/3-moving-elements-around/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ ctx.fillStyle = "black";
30
30
ctx.drawImage(heroImg, hero.x, hero.y);
31
31
```
32
32
33
-
✅ Can you think of a reason why redrawing your hero many frames per second might accrue performance costs? Read about [alternatives to this pattern](https://www.html5rocks.com/en/tutorials/canvas/performance/).
33
+
✅ Can you think of a reason why redrawing your hero many frames per second might accrue performance costs? Read about [alternatives to this pattern](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas).
0 commit comments