|
|
|
@ -5,6 +5,7 @@ extends Control
|
|
|
|
|
#TranslationServer.set_locale("es")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@warning_ignore("unused_parameter")
|
|
|
|
|
func _unhandled_input(event) -> void:
|
|
|
|
|
if Input.is_action_pressed("归零") or Input.is_action_pressed("ui_menu") or Input.is_action_pressed("ui_home") or Input.is_action_pressed("ui_text_backspace") or Input.is_action_pressed("关于") or Input.is_action_pressed("ui_cancel"):
|
|
|
|
|
_on_返回_pressed()
|
|
|
|
|