mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-21 15:53:58 +00:00
Disabled forced on dxvk hud, set server map name text border color
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user