Initial commit: Stubbed layout replica of official W3D Hub Launcher

This commit is contained in:
2021-11-08 09:39:06 -06:00
commit bbff4b1952
16 changed files with 194 additions and 0 deletions

9
w3dhub.rb Normal file
View File

@@ -0,0 +1,9 @@
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