From 6940ac9a128a396e46b93f8c19b421742bfd76da Mon Sep 17 00:00:00 2001 From: Oleg Zarevennyi Date: Wed, 5 Jun 2019 22:02:40 +0300 Subject: [PATCH] Fix mistype: "play" -> "state" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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