Trabajando en el marcador

This commit is contained in:
2022-09-21 22:41:08 +02:00
parent 488e603ca5
commit bc0bd2a4e2
6 changed files with 124 additions and 19 deletions

View File

@@ -19,8 +19,8 @@
#define GAMECANVAS_HEIGHT 240
// Zona de juego
const int PLAY_AREA_TOP = (0 * BLOCK);
const int PLAY_AREA_BOTTOM = (26 * BLOCK);
const int PLAY_AREA_TOP = (4 * BLOCK);
const int PLAY_AREA_BOTTOM = (30 * BLOCK);
const int PLAY_AREA_LEFT = (0 * BLOCK);
const int PLAY_AREA_RIGHT = (40 * BLOCK);
const int PLAY_AREA_WIDTH = PLAY_AREA_RIGHT - PLAY_AREA_LEFT;