1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Fixed untranslated palette string

This commit is contained in:
Manolis Papadeas 2020-11-14 15:24:24 +02:00
parent de4634e22d
commit 6feea6dd3f
2 changed files with 2 additions and 1 deletions

View file

@ -345,6 +345,7 @@ func deserialize(dict : Dictionary) -> void:
continue continue
frame_duration.append(1) frame_duration.append(1)
func name_changed(value : String) -> void: func name_changed(value : String) -> void:
name = value name = value
Global.tabs.set_tab_title(Global.tabs.current_tab, name) Global.tabs.set_tab_title(Global.tabs.current_tab, name)

View file

@ -234,7 +234,7 @@ __meta__ = {
margin_top = 3.0 margin_top = 3.0
margin_right = 104.0 margin_right = 104.0
margin_bottom = 17.0 margin_bottom = 17.0
text = "Get colors from:" text = "Get colors from"
[node name="ColorsFromOptionButton" type="OptionButton" parent="PaletteFromSpriteDialog/VBoxContainer/HBoxContainer"] [node name="ColorsFromOptionButton" type="OptionButton" parent="PaletteFromSpriteDialog/VBoxContainer/HBoxContainer"]
margin_left = 108.0 margin_left = 108.0