Player scoreboard name option
This commit is contained in:
parent
b61a5122f4
commit
65053aa223
7 changed files with 95 additions and 6 deletions
|
@ -39,7 +39,7 @@ func focus() -> void:
|
|||
func _unhandled_input(event: InputEvent) -> void:
|
||||
Options.save_options()
|
||||
|
||||
if can_exit and event.is_action_pressed("ui_cancel"):
|
||||
if can_exit and event.is_action_pressed("ui_cancel") and not Options.entry:
|
||||
if visible == true: emit_signal("exit")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue