afegida persistencia i fuck yamal

This commit is contained in:
2026-04-04 13:00:02 +02:00
parent 08ba88ec05
commit 6a09d7219d
9 changed files with 15021 additions and 98 deletions

14
source/game/defines.hpp Normal file
View File

@@ -0,0 +1,14 @@
#pragma once
// Textos
namespace Texts {
constexpr const char* WINDOW_TITLE = "Aventures En Egipte";
constexpr const char* VERSION = "1.00";
} // namespace Texts
// Resolución del juego
namespace Screen {
constexpr int WIDTH = 320;
constexpr int HEIGHT = 200;
constexpr int BUFFER_SIZE = WIDTH * HEIGHT; // 64000
} // namespace Screen