From c464e7b78376d8a0c6edebacdbd19b1d62d009a7 Mon Sep 17 00:00:00 2001 From: bdnugget Date: Sat, 24 May 2025 23:31:44 +0200 Subject: [PATCH] make gameplay massively more exciting --- strontgame.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strontgame.ino b/strontgame.ino index bf461a8..fd1526a 100644 --- a/strontgame.ino +++ b/strontgame.ino @@ -29,7 +29,7 @@ int food = MAX_FOOD / 2; int poop = MAX_POOP / 2; bool gameOver = false; unsigned long lastUpdate = 0; -const unsigned long updateInterval = 1000; // ms +const unsigned long updateInterval = 200; // ms void drawBars() { // Draw yellow background for status area