From 7603e8b8a8578fedcd6211f2ed0678af0d5c0542 Mon Sep 17 00:00:00 2001 From: claw Date: Sat, 18 Apr 2026 19:24:53 +0200 Subject: [PATCH] Fix: moveRivers() -> moveLogs() in gameLoop --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bea4621..d7be408 100644 --- a/index.html +++ b/index.html @@ -538,7 +538,7 @@ handleInput(); moveAlligators(); - moveRivers(); + moveLogs(); checkCollisions(); draw();