fix: la IA havia trencat el indicador de fases restants

This commit is contained in:
2025-08-14 11:36:29 +02:00
parent 4cc5102d70
commit a13e024934
2 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ void Scoreboard::renderGameOverMode() {
void Scoreboard::renderStageInfoMode() {
// STAGE
text_scoreboard_->writeDX(Text::CENTER | Text::COLOR, slot4_1_.x, slot4_1_.y, Lang::getText("[SCOREBOARD] 5") + std::to_string(stage_), 1, text_color1_);
text_scoreboard_->writeDX(Text::CENTER | Text::COLOR, slot4_1_.x, slot4_1_.y, Lang::getText("[SCOREBOARD] 5") + " " + std::to_string(stage_), 1, text_color1_);
// POWERMETER
power_meter_sprite_->setSpriteClip(0, 0, 40, 7);