Skip to content

Commit 94e8a62

Browse files
authored
updates
1 parent 9c4ad52 commit 94e8a62

File tree

1 file changed

+1
-1
lines changed
  • 6-space-game/3-moving-elements-around

1 file changed

+1
-1
lines changed

Diff for: 6-space-game/3-moving-elements-around/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ctx.fillStyle = "black";
3030
ctx.drawImage(heroImg, hero.x, hero.y);
3131
```
3232

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).
3434

3535
## Handle keyboard events
3636

0 commit comments

Comments
 (0)