diff --git a/config/assets.yaml b/config/assets.yaml index 7774eeb..04541bc 100644 --- a/config/assets.yaml +++ b/config/assets.yaml @@ -1,5 +1,4 @@ # JailDoctor's Dilemma - Asset Configuration -# Migrated from assets.txt to YAML format # Variables: ${PREFIX}, ${SYSTEM_FOLDER} assets: diff --git a/source/core/resources/resource_cache.cpp b/source/core/resources/resource_cache.cpp index aacbb03..85074eb 100644 --- a/source/core/resources/resource_cache.cpp +++ b/source/core/resources/resource_cache.cpp @@ -403,7 +403,7 @@ void Cache::renderProgress() { LOADING_TEXT_COLOR); // 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( CENTER_X - (loading_text_->length(VERSION_TEXT) / 2), CENTER_Y + TEXT_HEIGHT,