Mixer and a few filters

This commit is contained in:
2022-07-06 22:17:06 +00:00
parent 1c556a70bc
commit eb49f0fcc5
11 changed files with 350 additions and 104 deletions

View File

@@ -22,16 +22,16 @@ struct fileasset {
};
struct editorVars {
bool showStats :1 ;
bool showHierarchy :1 ;
bool showLighting :1 ;
bool showGameSettings :1 ;
bool showViewmode :1 ;
bool showDebugMenu :1 ;
bool showAssetMenu :1 ;
bool showREPL :1 ;
bool showExport :1 ;
bool showLevel :1 ;
bool showStats;
bool showHierarchy;
bool showLighting;
bool showGameSettings;
bool showViewmode;
bool showDebugMenu;
bool showAssetMenu;
bool showREPL;
bool showExport;
bool showLevel;
};
struct gameproject {