update some ui things
This commit is contained in:
parent
ca6aa59cb5
commit
f376c4a36e
2 changed files with 15 additions and 19 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue