2019-02-11 04:40:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2019-03-05 04:31:58 +00:00
|
|
|
<component name="ServerSelection" extends="scene">
|
2019-02-11 04:40:07 +00:00
|
|
|
<children>
|
2019-02-27 04:36:12 +00:00
|
|
|
<label text="Connect to Server"
|
|
|
|
height="70"
|
|
|
|
font="font:MediumBoldSystemFont"
|
|
|
|
translation="[150, 150]" />
|
2019-02-24 18:56:09 +00:00
|
|
|
<ConfigList
|
2019-02-27 04:36:12 +00:00
|
|
|
id="configOptions"
|
|
|
|
translation="[150, 250]"
|
|
|
|
itemSize="[440, 40]"
|
|
|
|
itemSpacing="[0, 20]"
|
2019-03-02 05:55:28 +00:00
|
|
|
numRows="12" />
|
2019-02-11 04:40:07 +00:00
|
|
|
</children>
|
|
|
|
|
|
|
|
<interface>
|
2019-02-27 04:36:12 +00:00
|
|
|
<field id="itemSelected" type="intarray"
|
|
|
|
alias="configOptions.itemSelected" />
|
2019-02-11 04:40:07 +00:00
|
|
|
</interface>
|
|
|
|
|
2019-02-18 22:44:17 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/components/ServerScene.brs"/>
|
2019-02-11 04:40:07 +00:00
|
|
|
</component>
|