Skip to content

Commit

Permalink
Add background if scoreboard is shown to other huds
Browse files Browse the repository at this point in the history
  • Loading branch information
adem4ik committed Dec 23, 2016
1 parent 9fba12d commit d60cd14
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions classic.hud
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ include chat
include strafe
include stunned

if %SCOREBOARD == 1
setCursor 0 0
setAlign 0 0
setSize 800 600
setColor 0 0 0 0.3
drawPicByName *whiteImage
endif
8 changes: 8 additions & 0 deletions default.hud
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ endif //if %MATCH_STATE < #MATCH_STATE_POSTMATCH

include awards
include chat

if %SCOREBOARD == 1
setCursor 0 0
setAlign 0 0
setSize 800 600
setColor 0 0 0 0.3
drawPicByName *whiteImage
endif
10 changes: 9 additions & 1 deletion spec.hud
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@ include weaponcross
endif //if %MATCH_STATE < #MATCH_STATE_POSTMATCH

include awards
include chat
include chat

if %SCOREBOARD == 1
setCursor 0 0
setAlign 0 0
setSize 800 600
setColor 0 0 0 0.3
drawPicByName *whiteImage
endif

0 comments on commit d60cd14

Please sign in to comment.