aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c
index 2fdc29a..c047090 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -9,6 +9,9 @@ Settings defaultSettings()
.screenHeight = 447,
.fov = 90.0,
.showFPSDefault = true,
+ .backgroundColor = (Color){74, 42, 74, 255},
+ .useBackgroundTexture = true,
+ .backgroundTextureNumber = 0,
.edgeDetectionWidth = 80.0,
.edgeDetectionHeight = 60.0,
.edgeDetectionFactor = 0.11,