mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
Dual screen game clock now working
This commit is contained in:
@@ -77,3 +77,5 @@ BORDERLESS = ARGV.include?("--borderless")
|
||||
if not defined?(Ocra)
|
||||
TAC::Window.new(width: (Gosu.screen_width * 0.8).round, height: (Gosu.screen_height * 0.8).round, resizable: true, borderless: BORDERLESS).show
|
||||
end
|
||||
|
||||
Process.wait($clock_pid) if $clock_pid
|
||||
|
||||
Reference in New Issue
Block a user