Skip to content

Commit

Permalink
Add background to adem.hud if scoreboard is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
adem4ik committed Dec 21, 2016
1 parent e63cb09 commit 113d974
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion adem.hud
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ include default/race_records
endif //if %MATCH_STATE < #MATCH_STATE_POSTMATCH

include awards
include adem/chat
include adem/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 113d974

Please sign in to comment.