JBduck_how can i move the team colored box here to the left because every time i try to it gets cut off
https://puu.sh/qbmkf/4db1afd2fc.jpg
"TeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "TeamBG"
"xpos" "-50"
"ypos" "0"
"zpos" "-1"
"wide" "100"
"tall" "100"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" //1
"enabled" "1"
"image" "replay/thumbnails/"
"scaleImage" "1"
"teambg_1" "replay/thumbnails/"
"teambg_2" "replay/thumbnails/bg_red"
"teambg_3" "replay/thumbnails/bg_blue"
"src_corner_height" "23"
"src_corner_width" "23"
"draw_corner_width" "0"
"draw_corner_height" "0"
}
What file is this element in? Most likely there is an element in the same file or in hudlayout.res that defines the visible area for the element. By moving the team indicator to the left you probably move it out of this area, resuling in the element beeing cut off.
I figured it out, i was able to put it in hudplayerclass and not have it clip