Added community, server browser, login, and settings pages

This commit is contained in:
2021-11-08 23:05:31 -06:00
parent 57655e3a3a
commit 88208a70e2
3 changed files with 243 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ require "launchy"
GAME_ROOT_PATH = File.expand_path(".", __dir__)
EMPTY_IMAGE = Gosu::Image.from_blob(1, 1)
BLACK_IMAGE = Gosu::Image.from_blob(1, 1, "\x00\x00\x00\xff")
require_relative "lib/window"
require_relative "lib/states/boot"