aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index bed506d..b8ab5ee 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -15,6 +15,9 @@ typedef struct {
// Render.
float fov;
bool showFPSDefault;
+ Color backgroundColor;
+ bool useBackgroundTexture;
+ int backgroundTextureNumber;
// Edge detection.
float edgeDetectionWidth;