make gameplay massively more exciting

This commit is contained in:
bdnugget 2025-05-24 23:31:44 +02:00
parent 93da379cd9
commit c464e7b783

View File

@ -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