From e2db3fcd211db9516e1d552f44ff3c725ca8642f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Tue, 5 Jul 2022 08:27:54 +0200 Subject: [PATCH] version 0.1 --- Makefile | 2 +- source/const.h | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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