mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-13 14:52:35 +00:00
Sync
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user