2023-10-13 07:01:43 -04:00
|
|
|
<Defaults>
|
|
|
|
<Button class="navbar"
|
2024-09-29 16:59:38 -04:00
|
|
|
tooltipOffset="-300"
|
2023-10-13 07:01:43 -04:00
|
|
|
tooltipPosition="Left"
|
|
|
|
tooltipBackgroundColor="rgba(0,0,0,1)"
|
|
|
|
color="clear"/>
|
2024-09-29 16:34:49 -04:00
|
|
|
<VerticalLayout class="navbar"
|
|
|
|
width="800"
|
2024-10-02 13:22:38 -04:00
|
|
|
height="1600"
|
|
|
|
padding="75 75 75 75"
|
2024-09-29 16:34:49 -04:00
|
|
|
scale="0.05 0.05 1"
|
|
|
|
color="#000000"
|
|
|
|
outlineSize="20 20"
|
|
|
|
outline="#303030"
|
|
|
|
rectAlignment="LowerRight"/>
|
2023-10-13 07:01:43 -04:00
|
|
|
</Defaults>
|
|
|
|
|
2024-10-02 13:22:38 -04:00
|
|
|
<!-- Navigation Overlay + Bless / Curse Manager (height: n * width) -->
|
2024-09-29 16:34:49 -04:00
|
|
|
<VerticalLayout class="navbar"
|
2024-10-02 13:22:38 -04:00
|
|
|
offsetXY="-1 160">
|
2024-09-29 16:34:49 -04:00
|
|
|
<Button class="navbar"
|
|
|
|
icon="blurse"
|
|
|
|
tooltip="Bless/Curse Manager"
|
|
|
|
onClick="onClick_toggleUi(blessCurseManager)"/>
|
2024-10-02 13:22:38 -04:00
|
|
|
<Button class="navbar"
|
|
|
|
icon="NavigationOverlayIcon"
|
|
|
|
tooltip="Navigation Overlay"
|
|
|
|
onClick="onClick_toggleUi(Navigation Overlay)"/>
|
|
|
|
</VerticalLayout>
|
|
|
|
|
|
|
|
<!-- Download Menu + Option Panel (height: n * width) -->
|
|
|
|
<VerticalLayout class="navbar"
|
|
|
|
visibility="Admin"
|
|
|
|
offsetXY="-1 80">
|
2023-10-13 07:01:43 -04:00
|
|
|
<Button class="navbar"
|
|
|
|
icon="devourer"
|
|
|
|
tooltip="Downloadable Content"
|
2023-10-16 18:29:07 -04:00
|
|
|
onClick="onClick_toggleUi(downloadWindow)"/>
|
2023-10-13 07:01:43 -04:00
|
|
|
<Button class="navbar"
|
|
|
|
icon="option-gear"
|
|
|
|
tooltip="Options"
|
2023-10-16 18:29:07 -04:00
|
|
|
onClick="onClick_toggleUi(optionPanel)"/>
|
2024-10-02 13:22:38 -04:00
|
|
|
</VerticalLayout>
|