forked from rpitv/rpits
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathim_score.xml
41 lines (33 loc) · 1.98 KB
/
im_score.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
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<template>
<info>
<name>Score Lower Third</name>
<description></description>
</info>
<defs>
<color name="white">#FFFFFF</color>
<color name="blackbg">#303030</color>
<font name="fontN">fonts/GothamNarrow-Bold.otf</font>
<font name="fontX">fonts/GothamXNarrow-Bold.otf</font>
<font name="font">fonts/Gotham-Bold.ttf</font>
</defs>
<geo>
<slantRectangle name="vTeamBar" x="660" y="680" w="600" h="80" color="#000000" />
<slantRectangle name="hTeamBar" x="660" y="820" w="600" h="80" color="#000000" />
<slantRectangle name="vTeamLogoBox" x="520" y="660" w="200" h="120" color="#FFFFFF" />
<slantRectangle name="hTeamLogoBox" x="520" y="800" w="200" h="120" color="#FFFFFF" />
<slantRectangle name="vTeamScoreBox" x="1200" y="660" w="200" h="120" color="#303030" />
<slantRectangle name="hTeamScoreBox" x="1200" y="800" w="200" h="120" color="#303030" />
<slantRectangle name="gameStatusBox" x="680" y="940" w="470" h="60" color="#303030" />
<!--<blackBox name="body" x="0" y="0" w="1920" h="1080" />-->
</geo>
<overlay>
<placeImage name="hLogo" x="570" y="808" w="100" h="100" path="teamlogos/rpi.png" />
<placeImage name="vLogo" x="570" y="668" w="100" h="100" path="teamlogos/test.png" />
<shadowText name="vTeamName" x="720" y="690" w="480" h="60" gravity="west" font="font" color="white" text="VISITING"/>
<shadowText name="hTeamName" x="720" y="830" w="480" h="60" gravity="west" font="font" color="white" text="RENSSELAER"/>
<shadowText name="vScore" x="1200" y="670" w="200" h="110" gravity="center" font="font" color="white" text="0"/>
<shadowText name="hScore" x="1200" y="810" w="200" h="110" gravity="center" font="font" color="white" text="0"/>
<shadowText name="gameStatus" x="720" y="950" w="390" h="40" gravity="center" font="fontN" color="white" text="End of 1st Period" />
</overlay>
</template>