we got custom icons
This commit is contained in:
parent
1848484831
commit
6ae8f615d9
12 changed files with 123 additions and 279 deletions
|
|
@ -1385,6 +1385,7 @@ class FurnaceGUI {
|
|||
|
||||
ImFont* mainFont;
|
||||
ImFont* iconFont;
|
||||
ImFont* furIconFont;
|
||||
ImFont* patFont;
|
||||
ImFont* bigFont;
|
||||
ImFont* headFont;
|
||||
|
|
@ -1551,6 +1552,7 @@ class FurnaceGUI {
|
|||
int insTypeMenu;
|
||||
int capitalMenuBar;
|
||||
int centerPopup;
|
||||
int insIconsStyle;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String headFontPath;
|
||||
|
|
@ -1715,6 +1717,7 @@ class FurnaceGUI {
|
|||
insTypeMenu(1),
|
||||
capitalMenuBar(0),
|
||||
centerPopup(1),
|
||||
insIconsStyle(1),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
headFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue