From 56a3d75bbbd80512f76817a05eebaabdcaf37ae2 Mon Sep 17 00:00:00 2001 From: henriquelalves Date: Sun, 26 May 2024 14:39:55 +0300 Subject: Update for SLGJ 2024 --- sources/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/main.c') diff --git a/sources/main.c b/sources/main.c index 34f2eda..a7ae609 100644 --- a/sources/main.c +++ b/sources/main.c @@ -54,8 +54,8 @@ int main(int argc, char* argv[]) { rl_core_define_methods(s7); rl_shapes_define_methods(s7); - const int screen_width = 800; - const int screen_height = 600; + const int screen_width = 600; + const int screen_height = 450; InitWindow(screen_width, screen_height, "SLGJ - 2024"); SetTargetFPS(60); -- cgit v1.2.3