colorins en la consola
This commit is contained in:
@@ -106,6 +106,14 @@ namespace Defaults::Notification {
|
||||
constexpr Uint8 CHEEVO_TEXT_COLOR = 9; // Color del texto (CHEEVO) — blanco
|
||||
} // namespace Defaults::Notification
|
||||
|
||||
namespace Defaults::Console {
|
||||
constexpr bool TRANSPARENT = false; // Por defecto sólida
|
||||
constexpr Uint8 BG_COLOR = 0; // Color de fondo (índice de paleta)
|
||||
constexpr Uint8 MSG_COLOR = 8; // Color de los mensajes
|
||||
constexpr Uint8 PROMPT_COLOR = 9; // Color del prompt y del borde
|
||||
constexpr Uint8 COMMAND_COLOR = 9; // Color del texto que escribe el usuario
|
||||
} // namespace Defaults::Console
|
||||
|
||||
namespace Defaults::Localization {
|
||||
constexpr const char* LANGUAGE = "ca"; // Idioma por defecto (en = inglés, ca = catalán)
|
||||
} // namespace Defaults::Localization
|
||||
|
||||
Reference in New Issue
Block a user