afegit versió a la pantalla de carrega de recursos

This commit is contained in:
2025-11-21 10:06:43 +01:00
parent ea43880d59
commit 83d4d0b954
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
# JailDoctor's Dilemma - Asset Configuration # JailDoctor's Dilemma - Asset Configuration
# Migrated from assets.txt to YAML format
# Variables: ${PREFIX}, ${SYSTEM_FOLDER} # Variables: ${PREFIX}, ${SYSTEM_FOLDER}
assets: assets:

View File

@@ -403,7 +403,7 @@ void Cache::renderProgress() {
LOADING_TEXT_COLOR); LOADING_TEXT_COLOR);
// Draw VERSION centered below center // Draw VERSION centered below center
const std::string VERSION_TEXT = "(" + std::string(Version::GIT_HASH) + ")"; const std::string VERSION_TEXT = "ver. " + std::string(Texts::VERSION) + " (" + std::string(Version::GIT_HASH) + ")";
loading_text_->writeColored( loading_text_->writeColored(
CENTER_X - (loading_text_->length(VERSION_TEXT) / 2), CENTER_X - (loading_text_->length(VERSION_TEXT) / 2),
CENTER_Y + TEXT_HEIGHT, CENTER_Y + TEXT_HEIGHT,