make gameplay massively more exciting
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user