Ya empieza a pintar el mapa

This commit is contained in:
2022-08-11 21:13:51 +02:00
parent 89a43b3529
commit 5ec9cc4fc2
12 changed files with 415 additions and 28 deletions

View File

@@ -3,12 +3,9 @@
#ifndef CONST_H
#define CONST_H
// Textos
#define WINDOW_CAPTION "Volcano (©2016,2022 JailDesigner v0.6)"
// Tamaño de bloque
#define BLOCK 8
#define HALF_BLOCK 4
#define BLOCK 16
#define HALF_BLOCK 8
// Tamaño de la pantalla real
#define SCREEN_WIDTH 320