diff --git a/Makefile b/Makefile index 1951f42..6c5ed8e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -executable = pepe_el_cazavampiros +executable = jaildoctors_dilemma macos: mkdir -p bin diff --git a/source/const.h b/source/const.h index 76f82f5..f567d8d 100644 --- a/source/const.h +++ b/source/const.h @@ -7,16 +7,17 @@ #define CONST_H // Textos -#define WINDOW_CAPTION "New JailGame" -#define TEXT_COPYRIGHT "@2022 JailDesigner (v0.1)" +#define WINDOW_CAPTION "JailDoctor's Dilemma" +#define TEXT_COPYRIGHT "@2022 JailDesigner" +#define VERSION "0.1" // Tamaño de bloque #define BLOCK 8 #define HALF_BLOCK 4 // Tamaño de la pantalla real -#define SCREEN_WIDTH 320 -#define SCREEN_HEIGHT 240 +#define SCREEN_WIDTH 256 +#define SCREEN_HEIGHT 192 // Tamaño de la pantalla virtual #define GAMECANVAS_WIDTH 256