Added some fonts, fleshed out more of main layout

This commit is contained in:
2026-04-15 22:00:38 -05:00
parent 7054d6bf2a
commit 451b08bb9e
17 changed files with 279 additions and 57 deletions

View File

@@ -6,6 +6,6 @@ end
require_relative "lib/window"
GUI_DEBUG = true
window = W3DHubLauncher::Window.new(width: 1280, height: 800, resizable: true)
# window = W3DHubLauncher::Window.new(width: 1280, height: 800, resizable: true)
window = W3DHubLauncher::Window.new(width: 1920, height: 1080, resizable: true)
window.show