diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-22 10:26:45 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-22 10:26:45 +0000 |
| commit | bdeb4f943fc351daeec22b4ef71d551342dc5a01 (patch) | |
| tree | 05b1187184c4a7719effe91c6022fd6671149344 /src/settings.h | |
| parent | 08c502d813b11b1f9dd7b7143a0987454c76ea32 (diff) | |
| download | FindThings-bdeb4f943fc351daeec22b4ef71d551342dc5a01.tar.gz FindThings-bdeb4f943fc351daeec22b4ef71d551342dc5a01.tar.bz2 FindThings-bdeb4f943fc351daeec22b4ef71d551342dc5a01.zip | |
Added backgrounds
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 3 |
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; |
