Audio and video works

This commit is contained in:
2022-07-03 05:43:42 +00:00
parent d506349462
commit 99c101a90c
15 changed files with 25729 additions and 90532 deletions

View File

@@ -22,16 +22,16 @@ struct fileasset {
};
struct editorVars {
bool showStats;
bool showHierarchy;
bool showLighting;
bool showGameSettings;
bool showViewmode;
bool showDebugMenu;
bool showAssetMenu;
bool showREPL;
bool showExport;
bool showLevel;
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 ;
};
struct gameproject {