jf-roku/components/ServerScene.xml

22 lines
526 B
XML
Raw Normal View History

2019-02-11 04:40:07 +00:00
<?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>