Renaming Options Screen

This commit is contained in:
Neil Burrows 2020-08-17 16:51:51 +01:00
parent e15916496c
commit b2e1672f1f
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
itemSpacing = "[ 0, 45 ]"
drawFocusFeedback = "false" />
<Label translation="[0,540]" id="emptyText" font="font:LargeSystemFont" width="1920" horizAlign="center" vertAlign="center" height="64" visible="false" />
<OptionsScreen id="options" visible="false" />
<ItemGridOptions id="options" visible="false" />
<Animation id="backroundSwapAnimation" duration="1" repeat="false" easeFunction="linear" >
<FloatFieldInterpolator id = "fadeinLoading" key="[0.0, 1.0]" keyValue="[ 0.00, 0.25 ]" fieldToInterp="backdropTransition.opacity" />
<FloatFieldInterpolator id = "fadeoutLoaded" key="[0.0, 1.0]" keyValue="[ 0.25, 0.00 ]" fieldToInterp="backdrop.opacity" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsScreen" extends="Group">
<component name="ItemGridOptions" extends="Group">
<children>
<Rectangle width="1920" height="1080" color="#000000" opacity="0.75" />
<Group translation="[100,100]">
@ -35,5 +35,5 @@
<field id="sortAscending" type="boolean" value="false" />
</interface>
<script type="text/brightscript" uri="OptionsScreen.brs" />
<script type="text/brightscript" uri="ItemGridOptions.brs" />
</component>