diff --git a/lib/application_helper.rb b/lib/application_helper.rb index 038bdde..f052813 100644 --- a/lib/application_helper.rb +++ b/lib/application_helper.rb @@ -18,7 +18,7 @@ module W3DHubLauncher unless wine_prefix(app).to_s.empty? env["WINEPREFIX"] = wine_prefix(app).to_s end - env["DXVK_HUD"] = "full" + # env["DXVK_HUD"] = "full" pid = Process.spawn( env, diff --git a/lib/states/interface.rb b/lib/states/interface.rb index 357b3a3..57c5248 100644 --- a/lib/states/interface.rb +++ b/lib/states/interface.rb @@ -168,9 +168,9 @@ module W3DHubLauncher map_image_container = stack(width: 1.0, height: (@server_details_container.content_width / 640.0) * 360, background_image: safe_get_image(server.map_preview_image_path, fallback_path: "#{ROOT_PATH}/media/default_map_preview.png")) do caption( server.current_map, - text_border: false, + text_border: true, text_border_size: 1, - text_border_color: Gosu::Color::RED, + text_border_color: 0xaa_000000, text_shadow: false, width: 1.0, height: 1.0,