Add debug menu option, misc. tweaks
This commit is contained in:
@@ -27,6 +27,7 @@ typedef struct DrawData {
|
||||
|
||||
typedef struct Options {
|
||||
// Video
|
||||
bool debugMenu;
|
||||
bool fullscreen;
|
||||
bool limitFps;
|
||||
// Audio
|
||||
@@ -42,6 +43,7 @@ typedef struct GameData {
|
||||
static GameData getDefaultGameData() {
|
||||
return (GameData) {
|
||||
.options = {
|
||||
.debugMenu = false,
|
||||
.fullscreen = false,
|
||||
.limitFps = true,
|
||||
.master = 0.5f,
|
||||
|
||||
Reference in New Issue
Block a user