mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
d31f83e098
Now the default palette is saved in the user configuration directory, so we can set any palette as the default (it doesn't matter if it's related or not to a file, it will be copied into the user directory anyway).
14 lines
381 B
XML
14 lines
381 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2014 by David Capello -->
|
|
<gui>
|
|
<vbox id="palette_popup">
|
|
<label text="Available Palettes:" />
|
|
<view id="view" expansive="true" />
|
|
<hbox>
|
|
<button id="load_pal" text="Load" width="80" />
|
|
<hbox expansive="true" />
|
|
<button id="open_folder" text="Open Folder" width="60" />
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|