Borderless experimenting

This commit is contained in:
2020-12-10 20:37:00 -06:00
parent 4adcff577a
commit 8a61b6263b
2 changed files with 21 additions and 3 deletions

View File

@@ -48,5 +48,5 @@ require_relative "lib/tacnet/server"
# Thread.abort_on_exception = true
if not defined?(Ocra)
TAC::Window.new(width: (Gosu.screen_width * 0.8).round, height: (Gosu.screen_height * 0.8).round, resizable: true).show
end
TAC::Window.new(width: (Gosu.screen_width * 0.8).round, height: (Gosu.screen_height * 0.8).round, resizable: true, borderless: true).show
end