afegida guarda per a que en debug el jugador no caiga infinitament si ix de la pantalla

This commit is contained in:
2026-03-30 20:19:07 +02:00
parent 32f22c99db
commit f3bad9f4ed
2 changed files with 5 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ class Console {
static constexpr Uint8 BG_COLOR = 0; // PaletteColor::BLACK
static constexpr Uint8 BORDER_COLOR = 9; // PaletteColor::BRIGHT_GREEN
static constexpr Uint8 MSG_COLOR = 8; // PaletteColor::GREEN
static constexpr float SLIDE_SPEED = 120.0F;
static constexpr float SLIDE_SPEED = 180.0F;
// Constantes de consola
static constexpr std::string_view CONSOLE_NAME = "JDD Console";