Update main.rb
This commit is contained in:
@@ -9,8 +9,8 @@ require './producer.rb'
|
|||||||
require './consumer.rb'
|
require './consumer.rb'
|
||||||
|
|
||||||
# Viewport resolution
|
# Viewport resolution
|
||||||
WIDTH = 1920
|
WIDTH = Gosu::screen_width
|
||||||
HEIGHT = 1080
|
HEIGHT = Gosu::screen_height
|
||||||
BOX_SIZE = 64
|
BOX_SIZE = 64
|
||||||
|
|
||||||
# Default game settings
|
# Default game settings
|
||||||
|
|||||||
Reference in New Issue
Block a user