mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Improve spectator UI respawn counter blending
When the BI respawn counter is blended with the spectator UI its colours are also updated to match
This commit is contained in:
parent
f143db7fc0
commit
702e50b731
@ -176,7 +176,11 @@ switch (toLower _mode) do {
|
|||||||
_back ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
|
_back ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
|
||||||
_timer ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
|
_timer ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
|
||||||
_frame ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
|
_frame ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
|
||||||
|
|
||||||
|
_title ctrlSetBackgroundColor [0,0,0,0];
|
||||||
|
_back ctrlSetBackgroundColor [COL_BACK];
|
||||||
_timer ctrlSetFontHeight TOOL_H;
|
_timer ctrlSetFontHeight TOOL_H;
|
||||||
|
_frame ctrlSetTextColor [COL_FORE];
|
||||||
|
|
||||||
_title ctrlCommit 0;
|
_title ctrlCommit 0;
|
||||||
_back ctrlCommit 0;
|
_back ctrlCommit 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user