From 13531e3fcb80ea893b3ccaae733f365bf962cd0a Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 14 Jun 2026 13:13:40 -0600 Subject: [PATCH] Update main.rb --- main.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.rb b/main.rb index ea15484..f24f760 100644 --- a/main.rb +++ b/main.rb @@ -9,8 +9,8 @@ require './producer.rb' require './consumer.rb' # Viewport resolution -WIDTH = 1920 -HEIGHT = 1080 +WIDTH = Gosu::screen_width +HEIGHT = Gosu::screen_height BOX_SIZE = 64 # Default game settings