feat: 2.3.2
This commit is contained in:
@@ -75,7 +75,7 @@ func _on_update_check_completed(has_update: bool, info: Dictionary) -> void:
|
||||
button_container.visible = true
|
||||
update_button.visible = true
|
||||
skip_button.visible = true
|
||||
skip_button_label.text = "Play without updating"
|
||||
skip_button_label.text = "Force Play"
|
||||
else:
|
||||
status_label.text = "Game up to date."
|
||||
button_container.visible = true
|
||||
|
||||
Reference in New Issue
Block a user