aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-22 10:26:45 +0000
committernathan <nathansmith@disroot.org>2025-12-22 10:26:45 +0000
commitbdeb4f943fc351daeec22b4ef71d551342dc5a01 (patch)
tree05b1187184c4a7719effe91c6022fd6671149344 /src/settings.c
parent08c502d813b11b1f9dd7b7143a0987454c76ea32 (diff)
downloadFindThings-bdeb4f943fc351daeec22b4ef71d551342dc5a01.tar.gz
FindThings-bdeb4f943fc351daeec22b4ef71d551342dc5a01.tar.bz2
FindThings-bdeb4f943fc351daeec22b4ef71d551342dc5a01.zip
Added backgrounds
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,