This commit is contained in:
2019-02-18 17:41:36 -06:00
parent 4db75e5579
commit 969cc2c853
3 changed files with 22 additions and 18 deletions

View File

@@ -16,5 +16,5 @@ class Window < CyberarmEngine::Engine
end
end
Window.new(Gosu.screen_width, Gosu.screen_height, true).show
# Window.new(Gosu.screen_width, Gosu.screen_height, false).show
# Window.new(Gosu.screen_width, Gosu.screen_height, true).show
Window.new(Gosu.screen_width/2, Gosu.screen_height/2, false).show