This commit is contained in:
2019-02-01 20:52:43 -06:00
parent a86ea2fe64
commit 0697cc6b53
3 changed files with 57 additions and 38 deletions

View File

@@ -1,3 +1,5 @@
require "base64"
begin
require "cyberarm_engine"
rescue LoadError
@@ -14,4 +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, true).show
Window.new(Gosu.screen_width, Gosu.screen_height, false).show