arreglos cosmetics en la pantalla de carrega de recursos

This commit is contained in:
2026-04-14 17:31:24 +02:00
parent c694781f38
commit 3e795998d1
5 changed files with 57 additions and 34 deletions

View File

@@ -213,3 +213,8 @@ namespace Defaults::Settings {
constexpr bool SHUTDOWN_ENABLED = false;
constexpr const char* PARAMS_FILE = "param_320x256.txt";
} // namespace Defaults::Settings
namespace Defaults::Loading {
constexpr bool SHOW = false;
constexpr bool SHOW_RESOURCE_NAME = true;
} // namespace Defaults::Loading