mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
Loading palettes from json file in user folder
This commit is contained in:
parent
2a2a187ace
commit
51e26f6efa
6 changed files with 164 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue