Skip to content

Commit

Permalink
Tweak skip vote changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Nov 14, 2023
1 parent 7330c1e commit 178bea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/ctf/ctf_modebase/skip_vote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ local function add_vote_hud(player)
hud_elem_type = "image",
position = {x = 1, y = 0.5},
offset = {x = -100, y = 0},
text = "background.png",
scale = {x = 1, y = 1}
text = "gui_formbg.png",
scale = {x = 0.4, y = 0.2}
})
hud:add(player, "skip_vote:vote", {
hud_elem_type = "text",
position = {x = 1, y = 0.5},
offset = {x = -100, y = 0},
text = "Skip to next match\n/yes /no or /abstain",
color = 0xFFFFFF,
text = "Skip to next match?\n/yes /no or /abstain",
color = 0xF235FF
})
end

Expand Down
Binary file removed mods/ctf/ctf_modebase/textures/background.png
Binary file not shown.

0 comments on commit 178bea7

Please sign in to comment.