Откат
This commit is contained in:
@@ -183,9 +183,9 @@ func set_columns_aligment(alignments: Array) -> void:
|
||||
|
||||
|
||||
##
|
||||
func _gui_input(event) -> void:
|
||||
func _input(event) -> void:
|
||||
if event is InputEventKey:
|
||||
if not event.pressed:
|
||||
if event.pressed and in_focus:
|
||||
if event.keycode == selector_key_up:
|
||||
selector_up()
|
||||
elif event.keycode == selector_key_down:
|
||||
|
||||
Reference in New Issue
Block a user