forked from jaildesigner-jailgames/jaildoctors_dilemma
No se pq el ultim commit ha deixat 4 fitxers per commitar
This commit is contained in:
@@ -45,10 +45,4 @@ constexpr int GAMECANVAS_FIRST_QUARTER_X = GAMECANVAS_WIDTH / 4;
|
||||
constexpr int GAMECANVAS_THIRD_QUARTER_X = (GAMECANVAS_WIDTH / 4) * 3;
|
||||
constexpr int GAMECANVAS_CENTER_Y = GAMECANVAS_HEIGHT / 2;
|
||||
constexpr int GAMECANVAS_FIRST_QUARTER_Y = GAMECANVAS_HEIGHT / 4;
|
||||
constexpr int GAMECANVAS_THIRD_QUARTER_Y = (GAMECANVAS_HEIGHT / 4) * 3;
|
||||
|
||||
// Colores
|
||||
// const Color borderColor = {0x27, 0x27, 0x36};
|
||||
const Uint8 border_color = 1;
|
||||
// const Color black = {0xFF, 0xFF, 0xFF};
|
||||
const Uint8 black_color = 1;
|
||||
constexpr int GAMECANVAS_THIRD_QUARTER_Y = (GAMECANVAS_HEIGHT / 4) * 3;
|
||||
Reference in New Issue
Block a user