Trabajando en el marcador
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user