Problem using team colours on scoreboard.

SkyShadowing

Member
Joined
Jul 6, 2011
Messages
6
Reaction score
0
Points
0
I'm creating a custom scoreboard for personal use. I'm trying to have the background on the scoreboard be team colours, but it just turns out to some yellow-green colour.

Here's the code:
Code:
   <widget class="picture" id="T1bp" file="icons/logos/epl1" cached="true" scale_picture="true" keep_aspect_ratio="true" height="110" width="640"  image_alignment="centre" rthr="68">
    <layout class="stick_to_sides_attachment" alignment="top" inset="10"/>
                <layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>
    </widget>
    
   <widget class="picture" id="T2bp" file="icons/logos/epl2" cached="true" scale_picture="true" keep_aspect_ratio="true" height="110" width="640"  image_alignment="centre" rthr="68">
    <layout class="stick_to_sides_attachment" alignment="top" inset="10"/>
                <layout class="centre_in_parent_attachment" alignment="horizontal" offset="0"/>
    </widget>

Can anyone see what I'm doing wrong there?
 
Top