2023-05-03 21:21:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-02-26 22:55:47 +00:00
|
|
|
<component name="JFOverhang" extends="Group">
|
|
|
|
<children>
|
2022-09-19 23:34:36 +00:00
|
|
|
<Poster id="overlayLogo" uri="pkg:/images/logo.png" translation="[70, 53]" width="270" height="72" />
|
|
|
|
<LayoutGroup id="overlayLeftGroup" layoutDirection="horiz" translation="[375, 53]" itemSpacings="30">
|
2023-05-03 21:21:04 +00:00
|
|
|
<Rectangle id="overlayLeftSeperator" color="#666666" width="2" height="64" />
|
2020-06-10 14:40:09 +00:00
|
|
|
<ScrollingLabel id="overlayTitle" font="font:LargeSystemFont" vertAlign="center" height="64" maxWidth="1100" repeatCount="0" />
|
2020-02-26 22:55:47 +00:00
|
|
|
</LayoutGroup>
|
2022-09-19 23:34:36 +00:00
|
|
|
<LayoutGroup id="overlayRightGroup" layoutDirection="horiz" itemSpacings="30" translation="[1820, 53]" horizAlignment="right">
|
2020-02-26 22:55:47 +00:00
|
|
|
<Label id="overlayCurrentUser" font="font:MediumSystemFont" width="300" horizAlign="right" vertAlign="center" height="64" />
|
2023-05-03 21:21:04 +00:00
|
|
|
<Rectangle id="overlayRightSeperator" color="#666666" width="2" height="64" visible="false" />
|
2022-09-19 23:34:36 +00:00
|
|
|
<LayoutGroup id="overlayTimeGroup" layoutDirection="horiz" horizAlignment="right" itemSpacings="0">
|
2020-03-01 02:48:31 +00:00
|
|
|
<Label id="overlayHours" font="font:MediumSystemFont" vertAlign="center" height="64" />
|
|
|
|
<Label font="font:MediumSystemFont" text=":" vertAlign="center" height="64" />
|
|
|
|
<Label id="overlayMinutes" font="font:MediumSystemFont" vertAlign="center" height="64" />
|
|
|
|
<Label id="overlayMeridian" font="font:SmallSystemFont" vertAlign="bottom" height="48" />
|
|
|
|
</LayoutGroup>
|
2020-02-26 22:55:47 +00:00
|
|
|
</LayoutGroup>
|
2020-05-08 15:07:12 +00:00
|
|
|
|
2020-06-10 14:40:09 +00:00
|
|
|
<LayoutGroup layoutDirection="horiz" horizAlignment="right" translation="[1820, 125]" vertAlignment="custom">
|
2022-09-19 23:34:36 +00:00
|
|
|
<Label id="overlayOptionsStar" font="font:LargeSystemFont" text="*" />
|
|
|
|
<Label id="overlayOptionsText" font="font:SmallSystemFont" text="Options" translation="[0,6]" />
|
2020-05-08 16:19:02 +00:00
|
|
|
</LayoutGroup>
|
2022-09-19 23:34:36 +00:00
|
|
|
<Timer id="currentTimeTimer" repeat="true" duration="60" />
|
|
|
|
|
|
|
|
<Animation id="slideUp" duration=".5" repeat="false">
|
|
|
|
<Vector2DFieldInterpolator key="[0.0, .5]" keyValue="[[0, 0], [0, -200]]" fieldToInterp="overhang.translation" />
|
|
|
|
</Animation>
|
|
|
|
|
|
|
|
<Animation id="slideDown" delay=".2" duration=".5" repeat="false">
|
|
|
|
<Vector2DFieldInterpolator key="[0.0, .5]" keyValue="[[0, -200], [0, 0]]" fieldToInterp="overhang.translation" />
|
|
|
|
</Animation>
|
2020-02-26 22:55:47 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
<field id="id" type="string" />
|
|
|
|
<field id="currentUser" type="string" onChange="updateUser" />
|
2020-02-29 02:09:56 +00:00
|
|
|
<field id="title" type="string" onChange="updateTitle" />
|
2020-02-26 22:55:47 +00:00
|
|
|
<field id="showOptions" value="true" type="boolean" onChange="updateOptions" />
|
2022-09-19 23:34:36 +00:00
|
|
|
<field id="isVisible" value="true" type="boolean" onChange="onVisibleChange" />
|
|
|
|
<field id="disableMoveAnimation" value="false" type="boolean" />
|
2020-05-02 16:48:01 +00:00
|
|
|
<function name="resetTime" />
|
2020-02-26 22:55:47 +00:00
|
|
|
</interface>
|
2023-05-03 21:21:04 +00:00
|
|
|
</component>
|