-
Notifications
You must be signed in to change notification settings - Fork 12
/
MainScene.xml
18 lines (17 loc) · 985 Bytes
/
MainScene.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" ?>
<component name="MainScene" extends="Scene" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://devtools.web.roku.com/schema/RokuSceneGraph.xsd">
<script type="text/brightscript" uri="pkg:/source/generalUtils.brs" />
<script type="text/brightscript" uri="MainScene.brs" />
<interface>
<field id="serverurl" type="uri" onChange="RunLoaderTask" />
<field id="keystore" type="bool" />
<field id="categories" type="roArray" />
</interface>
<children>
<Label id="details" height="88" width="1500" horizAlign="left" translation="[15, 15]" />
<Label id="clock" height="88" width="350" horizAlign="right" translation="[1560, 15]" />
<Timer id="clockTimer" repeat="true" duration="5" />
<PanelSet id="panels" translation="[-20, 0]" />
<Video id="player" width="1920" height="1080" visible="false"/>
</children>
</component>