fix(curriculum): add back ticks to variable name Platformer Game step 20 (#55287)

This commit is contained in:
Supravisor
2024-06-24 20:57:42 +12:00
committed by GitHub
parent 6faca2af88
commit be79c94de5

View File

@@ -7,7 +7,7 @@ dashedName: step-20
# --description--
Below your `ctx.fillStyle`, you need to create the player's shape by calling the `fillRect()` method on the ctx object which you instantiated earlier.
Below your `ctx.fillStyle`, you need to create the player's shape by calling the `fillRect()` method on the `ctx` object which you instantiated earlier.
```js
fillRect(x, y, width, height)