Skip to content

Commit 24116d5

Browse files
committed
Increase min screen size
1 parent a9fd723 commit 24116d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/rubygo/view/rubygo.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ class Rubygo
243243
before_body do
244244
self.game = Model::Game.new
245245
@scale = 45
246-
@min_width = 450
247-
@min_height = 450
246+
@min_width = 700
247+
@min_height = 750
248248

249249
menu('Game') {
250250
menu_item('New Game') {

0 commit comments

Comments
 (0)