File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 108108}
109109
110110# hud section {
111- text-shadow : 0px 0px 2px var (--hud-color-shadow );
112111 display : flex;
113112 flex-direction : row;
114113 height : 100% ;
120119 display : flex;
121120 flex-direction : column;
122121 justify-content : space-between;
122+ text-shadow : 0 0 2px var (--hud-color-shadow );
123123}
124124
125125# hud .right {
151151 max-height : 1200px ;
152152 color : white;
153153 overflow-y : auto;
154+ text-shadow : none;
154155}
155156
156157# hud # buy-menu , # hud # game-menu {
333334# hud # round-damage-stat {
334335 font-size : 80% ;
335336 color : # ffffff ;
337+ text-shadow : none;
336338 margin : 0.9rem 0 ;
337339}
338340
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class RoundDamageStat {
88 }
99
1010 update ( damage , enemyPlayers ) {
11- if ( damage === null ) {
11+ if ( damage === null || ! enemyPlayers . length ) {
1212 this . #element. innerHTML = ''
1313 return
1414 }
You can’t perform that action at this time.
0 commit comments