mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
10 lines
250 B
Ruby
10 lines
250 B
Ruby
require "cyberarm_engine"
|
|
|
|
GAME_ROOT_PATH = File.expand_path(".", __dir__)
|
|
|
|
require_relative "lib/window"
|
|
require_relative "lib/states/boot"
|
|
require_relative "lib/states/interface"
|
|
|
|
W3DHub::Window.new(width: 980, height: 720, borderless: false).show
|