mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
Renamed sheet.png to defaut_skin_sheet.png. Added some temporary icons in the sheet for future tools.
This commit is contained in:
parent
862ae6078c
commit
7da47af726
BIN
data/skins/default_skin_sheet.png
Normal file
BIN
data/skins/default_skin_sheet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB |
@ -332,9 +332,9 @@ SkinneableTheme::SkinneableTheme()
|
||||
for (int c=0; c<PARTS; ++c)
|
||||
m_part[c] = NULL;
|
||||
|
||||
// Try to load the skin data
|
||||
// Load the skin sheet
|
||||
{
|
||||
DIRS* dirs = filename_in_datadir("skins/sheet.png");
|
||||
DIRS* dirs = filename_in_datadir("skins/default_skin_sheet.png");
|
||||
for (DIRS* dir=dirs; dir; dir=dir->next) {
|
||||
if ((dir->path) && exists(dir->path)) {
|
||||
int old_color_conv = _color_conv;
|
||||
@ -349,9 +349,8 @@ SkinneableTheme::SkinneableTheme()
|
||||
}
|
||||
dirs_free(dirs);
|
||||
}
|
||||
|
||||
if (!m_sheet_bmp)
|
||||
throw ase_exception("Error loading data/skins/sheet.png file");
|
||||
throw ase_exception("Error loading data/skins/default_skin_sheet.png file");
|
||||
}
|
||||
|
||||
SkinneableTheme::~SkinneableTheme()
|
||||
|
Loading…
x
Reference in New Issue
Block a user