mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
Added 'confirm' as 'enter' button
This commit is contained in:
parent
e5f95e6930
commit
53c4df6c4b
@ -14,8 +14,8 @@ func _process(delta):
|
||||
if Input.is_action_just_pressed("esc") and popup_screen.is_visible_in_tree():
|
||||
popup_screen.hide()
|
||||
$controls.show()
|
||||
elif Input.is_action_just_pressed("esc") and not popup_screen.is_visible_in_tree():\
|
||||
get_tree().change_scene("res://source/scenes/GUI/network_setup.tscn")
|
||||
elif Input.is_action_just_pressed("esc") and not popup_screen.is_visible_in_tree():
|
||||
_on_return_pressed()
|
||||
|
||||
|
||||
func _on_server_listener_new_server(serverInfo):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user