mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-05-06 09:28:18 +00:00
Initial Commit: v2 in progress
This commit is contained in:
11
w3d_hub_linux_launcher.rb
Normal file
11
w3d_hub_linux_launcher.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
begin
|
||||
require_relative "../cyberarm_engine/lib/cyberarm_engine"
|
||||
rescue LoadError
|
||||
require "cyberarm_engine"
|
||||
end
|
||||
|
||||
require_relative "lib/window"
|
||||
|
||||
GUI_DEBUG = true
|
||||
window = W3DHubLauncher::Window.new(width: 1280, height: 800, resizable: true)
|
||||
window.show
|
||||
Reference in New Issue
Block a user