This commit is contained in:
2026-06-16 22:51:08 -04:00
parent 414f0684ab
commit 8e95e8d94f
2 changed files with 12 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ void collide_player()
} else if ( (entity & ENTITY_FOOD) == ENTITY_FOOD ) {
Serial.printf("Found food!\n");
found_food = 1;
score += 1;
}
}
}