diff --git a/README.md b/README.md index cddfcd3..1dfc0d3 100644 --- a/README.md +++ b/README.md @@ -1662,7 +1662,7 @@ function gameLoop(delta){ state(delta); } -function play(delta) { +function state(delta) { //Move the cat 1 pixel to the right each frame cat.vx = 1