aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-28 06:23:42 +0000
committernathan <nathansmith@disroot.org>2025-11-28 06:23:42 +0000
commitd32c6c486e99bce597b894ddb73e63737d63809f (patch)
treec315d133c56d396bc96532535c2a130405644460 /src/map.h
parent3b1165d172779c4663662e83cf5935f039fdad1b (diff)
downloadFindThings-d32c6c486e99bce597b894ddb73e63737d63809f.tar.gz
FindThings-d32c6c486e99bce597b894ddb73e63737d63809f.tar.bz2
FindThings-d32c6c486e99bce597b894ddb73e63737d63809f.zip
Map blackout working
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index bb79355..ab0b541 100644
--- a/src/map.h
+++ b/src/map.h
@@ -9,6 +9,7 @@
#define BLACKOUT_WIDTH 100
#define BLACKOUT_HEIGHT 100
+#define BLACKOUT_AREA 18.0
typedef struct {
Rectangle rect;