Añadido texto para ver cuantas pelotas se estan utilizando

This commit is contained in:
2024-08-22 11:35:51 +02:00
parent 066188f6bf
commit dbcc7faeba
4 changed files with 129 additions and 10 deletions

View File

@@ -5,6 +5,7 @@
#define SCREEN_HEIGHT 240
#define BALL_SIZE 8
#define GRAVITY 0.2f
#define TEXT_TIME 100
struct color_t
{