aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index bd581ba..bb79355 100644
--- a/src/map.h
+++ b/src/map.h
@@ -7,9 +7,13 @@
#define MAP_ZOOM_MIN 0.5
#define MAP_ZOOM_MAX 30.0
+#define BLACKOUT_WIDTH 100
+#define BLACKOUT_HEIGHT 100
+
typedef struct {
Rectangle rect;
RenderTexture render;
+ RenderTexture blackout;
Camera2D camera;
Texture heightmap;
Vector2 playerPosition;