jf-roku/components/ServerScene.xml
2019-02-10 22:40:07 -06:00

22 lines
526 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="ServerSelection" extends="Scene">
<children>
<Rectangle
id="theRect"
color="#000b35"
width="1920"
height="1080"
opacity=".6"
translation="[0,0]" />
<label text="Connect to Server" translation="[150, 150]" />
</children>
<interface>
<field id="hostname" type="string" />
<field id="port" type="string" />
</interface>
<script type="text/brightscript" uri="pkg:/components/ServerSelect.brs"/>
</component>