From 3b1165d172779c4663662e83cf5935f039fdad1b Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 27 Nov 2025 04:25:35 -0700 Subject: Working on map blackout --- src/map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map.h') 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; -- cgit v1.2.3