mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-17 15:24:43 -05:00
Fixed untranslated palette string
This commit is contained in:
parent
de4634e22d
commit
6feea6dd3f
2 changed files with 2 additions and 1 deletions
|
|
@ -345,6 +345,7 @@ func deserialize(dict : Dictionary) -> void:
|
|||
continue
|
||||
frame_duration.append(1)
|
||||
|
||||
|
||||
func name_changed(value : String) -> void:
|
||||
name = value
|
||||
Global.tabs.set_tab_title(Global.tabs.current_tab, name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue