mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:54:43 -04:00
Fixed some weird bug lol
This commit is contained in:
parent
683f6aa92b
commit
3f515aff46
3 changed files with 1375 additions and 1373 deletions
|
@ -177,7 +177,7 @@ func _load_palettes() -> void:
|
|||
Global.palette_option_button.select(index)
|
||||
|
||||
if not "Default" in Global.palettes && Global.palettes.size() > 0:
|
||||
Global.control._on_PaletteOptionButton_item_selected(0)
|
||||
Global.palette_container._on_PaletteOptionButton_item_selected(0)
|
||||
|
||||
# Get the palette files in a single directory.
|
||||
# if it does not exist, return []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue