mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Use PNG for fonts instead of PCX.
This commit is contained in:
parent
1fd011c20b
commit
c5801760b6
Binary file not shown.
BIN
data/skins/default_skin/font.png
Normal file
BIN
data/skins/default_skin/font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@ -255,7 +255,7 @@ void SkinTheme::reload_skin()
|
||||
|
||||
std::string SkinTheme::get_font_filename() const
|
||||
{
|
||||
return "skins/" + m_selected_skin + "/font.pcx";
|
||||
return "skins/" + m_selected_skin + "/font.png";
|
||||
}
|
||||
|
||||
void SkinTheme::onRegenerate()
|
||||
|
Loading…
Reference in New Issue
Block a user