Skip to content

Commit e18507a

Browse files
authored
Match DragonRuby window
Matches the 720p height of the window of https://github.com/pusewicz/wave-function-collapse-dragonruby
1 parent 7952a1a commit e18507a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wave_function_collapse/window.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module WaveFunctionCollapse
44
class Window < Gosu::Window
55
WIDTH = 1280
6-
HEIGHT = 800
6+
HEIGHT = 720
77
def initialize
88
super(WIDTH, HEIGHT)
99
self.caption = "Wave Function Collapse in Ruby"

0 commit comments

Comments
 (0)