From 49a3300fe24ad4c0d5c17d059c031286076bfb69 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 24 Apr 2021 15:52:05 +0100 Subject: changed resolution --- asteroids.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asteroids.c') diff --git a/asteroids.c b/asteroids.c index ca6828b..50855c9 100644 --- a/asteroids.c +++ b/asteroids.c @@ -4,8 +4,8 @@ #include #include -const int width = 2650; -const int height = 1440; +const int width = 800; +const int height = 800; const int fps = 60; const Color bg = BLACK; -- cgit v1.2.1