forked from jaildesigner-jailgames/jaildoctors_dilemma
version 0.1
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
executable = pepe_el_cazavampiros
|
executable = jaildoctors_dilemma
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
|||||||
@@ -7,16 +7,17 @@
|
|||||||
#define CONST_H
|
#define CONST_H
|
||||||
|
|
||||||
// Textos
|
// Textos
|
||||||
#define WINDOW_CAPTION "New JailGame"
|
#define WINDOW_CAPTION "JailDoctor's Dilemma"
|
||||||
#define TEXT_COPYRIGHT "@2022 JailDesigner (v0.1)"
|
#define TEXT_COPYRIGHT "@2022 JailDesigner"
|
||||||
|
#define VERSION "0.1"
|
||||||
|
|
||||||
// Tamaño de bloque
|
// Tamaño de bloque
|
||||||
#define BLOCK 8
|
#define BLOCK 8
|
||||||
#define HALF_BLOCK 4
|
#define HALF_BLOCK 4
|
||||||
|
|
||||||
// Tamaño de la pantalla real
|
// Tamaño de la pantalla real
|
||||||
#define SCREEN_WIDTH 320
|
#define SCREEN_WIDTH 256
|
||||||
#define SCREEN_HEIGHT 240
|
#define SCREEN_HEIGHT 192
|
||||||
|
|
||||||
// Tamaño de la pantalla virtual
|
// Tamaño de la pantalla virtual
|
||||||
#define GAMECANVAS_WIDTH 256
|
#define GAMECANVAS_WIDTH 256
|
||||||
|
|||||||
Reference in New Issue
Block a user