This commit is contained in:
ineed bots
2026-08-18 15:12:18 -06:00
parent c35b34cace
commit fdeda6095e
+2 -1
View File
@@ -67,6 +67,7 @@ init()
return;
}
precacheshader( "white" );
thread watchPlayers();
}
@@ -755,7 +756,7 @@ createRectangle( align, relative, x, y, width, height, color, sort, alpha, shade
barElemBG.color = color;
barElemBG.alpha = alpha;
barElemBG setparent( level.uiparent );
//barElemBG setshader( shader, width, height );
barElemBG setshader( shader, width, height );
barElemBG.hidden = false;
barElemBG setpoint( align, relative, x, y );
return barElemBG;