forked from rpitv/rpits
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscoreboard_concepts.xml
31 lines (26 loc) · 2.06 KB
/
scoreboard_concepts.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<template>
<geo>
<slantRectangle name="logo" x="170" y="50" h="110" w="200" color="white" />
<slantRectangle name="vTeamBar" x="360" y="50" h="50" w="200" color="#008000" />
<slantRectangle name="vTeamScoreBar" x="535" y="50" h="50" w="90" color="#303030" />
<slantRectangle name="hTeamBar" x="615" y="50" h="50" w="200" color="#D00000" />
<slantRectangle name="hTeamScoreBar" x="790" y="50" h="50" w="90" color="#303030" />
<!--<slantRectangle name="announceBar" x="870" y="50" h="50" w="400" color="#FFFF00" />
<slantRectangle name="announceTimeBar" x="1240" y="50" h="50" w="140" color="#303030" />-->
<slantRectangle name="clockBar" x="330" y="110" h="50" w="180" color="#303030" />
<slantRectangle name="periodBar" x="485" y="110" h="50" w="90" color="#FF0000" />
</geo>
<overlay>
<placeImage name="ecacLogo" x="223" y="20" w="120" h="120" path="teamlogos/ecac.png" />
<placeImage name="rpitvLogo" x="208" y="80" w="100" h="100" path="teamlogos/rpitv.png" />
<shadowText name="vTeamName" x="385" y="52" w="140" h="46" gravity="center" font="fontN" text="DART" color="white"/>
<shadowText name="hTeamName" x="640" y="52" w="140" h="46" gravity="center" font="fontN" text="RPI" color="white"/>
<shadowText name="vTeamScore" x="535" y="52" w="90" h="46" gravity="center" font="fontN" text="0" color="white"/>
<shadowText name="hTeamScore" x="790" y="52" w="90" h="46" gravity="center" font="fontN" text="3" color="white"/>
<!--<shadowText name="announceText" x="895" y="52" w="350" h="46" gravity="center" font="fontN" text="POWERPLAY" color="white"/>
<shadowText name="hTeamScore" x="1240" y="52" w="140" h="46" gravity="center" font="fontN" text="2:00" color="white"/>-->
<shadowText name="clockText" x="355" y="112" w="130" h="46" gravity="center" font="fontN" text="20:00" color="white"/>
<shadowText name="clockText" x="485" y="112" w="90" h="46" gravity="center" font="fontN" text="1" color="white"/>
</overlay>
</template>