afegit versió a la pantalla de carrega de recursos
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user