mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:34:43 -04:00
Changed normal textures of light theme UI buttons
This commit is contained in:
parent
b32c9634f9
commit
ba9ee9bdd8
42 changed files with 5 additions and 17 deletions
|
@ -51,7 +51,7 @@ func on_palette_import_file_selected(path) -> void:
|
|||
palette = Palette.new().load_from_file(path)
|
||||
elif path.to_lower().ends_with("gpl"):
|
||||
palette = Import.import_gpl(path)
|
||||
|
||||
|
||||
if palette:
|
||||
if not Global.palettes.has(palette.name):
|
||||
Global.palettes[palette.name] = palette
|
||||
|
@ -216,5 +216,5 @@ func _delete_palette_file(file_name : String) -> void:
|
|||
|
||||
func save_palette(palette_name : String, filename : String) -> void:
|
||||
var palette = Global.palettes[palette_name]
|
||||
|
||||
|
||||
palette.save_to_file("user://palettes/custom/" + filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue