version 0.1

This commit is contained in:
2022-07-05 08:27:54 +02:00
parent 5c6244a94f
commit e2db3fcd21
2 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
executable = pepe_el_cazavampiros
executable = jaildoctors_dilemma
macos:
mkdir -p bin

View File

@@ -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