Añadido el esqueleto para dos secciones nuevas: ending y game_over

This commit is contained in:
2022-11-02 22:50:25 +01:00
parent bb992b7d90
commit a510742984
7 changed files with 443 additions and 1 deletions

View File

@@ -54,7 +54,9 @@ const int GAMECANVAS_THIRD_QUARTER_Y = (GAMECANVAS_HEIGHT / 4) * 3;
#define SECTION_PROG_CREDITS 3
#define SECTION_PROG_GAME 4
#define SECTION_PROG_DEMO 5
#define SECTION_PROG_QUIT 6
#define SECTION_PROG_GAME_OVER 6
#define SECTION_PROG_ENDING 7
#define SECTION_PROG_QUIT 8
// Subsecciones
#define SUBSECTION_LOGO_TO_INTRO 0