update some ui things

This commit is contained in:
Persephone Bubblegum-Holiday 2025-06-28 17:24:41 -07:00
parent ca6aa59cb5
commit f376c4a36e
2 changed files with 15 additions and 19 deletions

View file

@ -677,7 +677,7 @@ func _on_showtape_load_open_button_pressed() -> void:
$IncorrectShowtapeDialog.show()
return
if (header[3] != stages_info[current_stage]["ust_type"]):
$IncorrectShowtapeDialog.dialog_text = "This showtape is not compatible with the currently selected stage.\nShowtape stage type: " + header[3]
$IncorrectShowtapeDialog.dialog_text = "This showtape is not compatible with the currently selected stage.\nShowtape stage type: %s\n Current stage type: %s" % [ header[3], stages_info[current_stage]["ust_type"] ]
$IncorrectShowtapeDialog.show()
return
show_name = header[2]