mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 23:14:48 -04:00
palettes_path is always the root directory plus the "Palettes" subdirectory
Also updated Agnis Aldiņš (NeZvers)'s name in the translators
This commit is contained in:
parent
f3759d677e
commit
3eaeef0f58
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ func _on_AboutDialog_about_to_show() -> void:
|
||||||
translators.create_item(translators_root).set_text(0, " Marco Galli (Gaarco) - " + tr("Italian"))
|
translators.create_item(translators_root).set_text(0, " Marco Galli (Gaarco) - " + tr("Italian"))
|
||||||
translators.create_item(translators_root).set_text(0, " azagaya - " + tr("Spanish"))
|
translators.create_item(translators_root).set_text(0, " azagaya - " + tr("Spanish"))
|
||||||
translators.create_item(translators_root).set_text(0, " Lilly And (KatieAnd) - " + tr("Spanish"))
|
translators.create_item(translators_root).set_text(0, " Lilly And (KatieAnd) - " + tr("Spanish"))
|
||||||
translators.create_item(translators_root).set_text(0, " nezvers - " + tr("Latvian"))
|
translators.create_item(translators_root).set_text(0, " Agnis Aldiņš (NeZvers) - " + tr("Latvian"))
|
||||||
|
|
||||||
func _on_AboutDialog_popup_hide() -> void:
|
func _on_AboutDialog_popup_hide() -> void:
|
||||||
groups.clear()
|
groups.clear()
|
||||||
|
|
|
@ -150,7 +150,7 @@ func on_color_select(index : int) -> void:
|
||||||
Global.update_right_custom_brush()
|
Global.update_right_custom_brush()
|
||||||
|
|
||||||
func _load_palettes() -> void:
|
func _load_palettes() -> void:
|
||||||
palettes_path = Global.root_directory.plus_file(palettes_path)
|
palettes_path = Global.root_directory.plus_file("Palettes")
|
||||||
var dir := Directory.new()
|
var dir := Directory.new()
|
||||||
dir.open(Global.root_directory)
|
dir.open(Global.root_directory)
|
||||||
if not dir.dir_exists(palettes_path):
|
if not dir.dir_exists(palettes_path):
|
||||||
|
|
Loading…
Add table
Reference in a new issue