Loading palettes from json file in user folder

This commit is contained in:
CheetoHead 2019-12-14 22:11:32 -05:00
parent 2a2a187ace
commit 51e26f6efa
6 changed files with 164 additions and 28 deletions

View file

@ -13,7 +13,7 @@ func _ready() -> void:
changed_selection()
func _input(event : InputEvent):
if event.is_action_released("ui_accept") && line_edit.visible:
if event.is_action_released("ui_accept") && line_edit.visible && event.scancode != KEY_SPACE:
label.visible = true
line_edit.visible = false
line_edit.editable = false