|
1 | 1 | <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True"> |
2 | | - <Style src="project://database/Assets/LootLockerSDK/Editor/Editor%20UI/LootLockerAdminExtension.uss?fileID=7433441132597879392&guid=f1130e18dfb99e04cbd54f3fac00ff15&type=3#LootLockerAdminExtension" /> |
| 2 | + <Style src="project://database/Packages/com.lootlocker.lootlockersdk/Runtime/Editor/Editor%20UI/LootLockerAdminExtension.uss?fileID=7433441132597879392&guid=f1130e18dfb99e04cbd54f3fac00ff15&type=3#LootLockerAdminExtension" /> |
3 | 3 | <ui:VisualElement style="align-self: stretch; justify-content: center; align-items: stretch; height: 100%;"> |
4 | 4 | <ui:VisualElement name="Topbar" style="flex-grow: 1; visibility: visible; display: flex; border-bottom-width: 2px; border-bottom-color: rgb(46, 46, 46); flex-direction: row; justify-content: flex-start; align-self: auto; align-items: stretch; flex-wrap: wrap;"> |
5 | | - <ui:Label tabindex="-1" text="LootLocker" display-tooltip-when-elided="true" name="GameName" style="align-items: flex-start; align-self: center; font-size: 28px; -unity-text-align: middle-left; text-overflow: clip; width: auto; white-space: nowrap; max-width: 750px; margin-left: 24px; justify-content: flex-start;" /> |
6 | | - <ui:VisualElement name="Environment" style="flex-grow: 1; flex-direction: row; flex-shrink: 1; align-self: stretch; justify-content: flex-end; margin-right: 24px;"> |
7 | | - <ui:Label tabindex="-1" text="Environment: Stage" display-tooltip-when-elided="true" name="EnvironmentTitle" style="align-items: flex-start; align-self: center; font-size: 14px; -unity-text-align: middle-left; text-overflow: clip; white-space: nowrap; margin-right: 8px;" /> |
8 | | - <ui:VisualElement name="SwitchBackground" class="environmentToStageBackground" style="flex-grow: 1; background-color: rgb(28, 232, 109); min-width: 0; min-height: 26px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; align-items: auto; align-self: center; max-width: 45px; justify-content: center; flex-shrink: 0;"> |
9 | | - <ui:VisualElement name="Handle" style="flex-grow: 1; background-color: rgb(255, 255, 255); align-self: flex-start; align-items: flex-end; justify-content: flex-start; border-top-left-radius: 90px; border-top-right-radius: 90px; border-bottom-right-radius: 90px; border-bottom-left-radius: 90px; margin-right: 4px; margin-left: 4px; flex-shrink: 0; width: 20px; height: 20px; min-width: 20px; min-height: 20px; max-height: 20px; max-width: 20px; margin-top: 0;" /> |
| 5 | + <ui:VisualElement name="VisualElement" style="flex-grow: 1; flex-direction: row; align-items: center;"> |
| 6 | + <ui:VisualElement style="flex-grow: 1; flex-wrap: nowrap;"> |
| 7 | + <ui:Label tabindex="-1" text="LootLocker" display-tooltip-when-elided="true" name="GameName" style="align-items: flex-start; align-self: center; font-size: 28px; -unity-text-align: middle-left; text-overflow: clip; width: auto; white-space: nowrap; max-width: 750px; margin-left: 24px; justify-content: flex-start;" /> |
| 8 | + <ui:VisualElement style="flex-grow: 1; flex-direction: row; align-items: center; align-self: center; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; justify-content: flex-start; flex-wrap: wrap;"> |
| 9 | + <ui:Label tabindex="-1" display-tooltip-when-elided="true" name="VersionDeprecatedWarning" text="WARNING: " style="align-self: flex-start; align-items: flex-start; color: rgb(209, 3, 3); justify-content: flex-start;" /> |
| 10 | + <ui:Label tabindex="-1" display-tooltip-when-elided="true" name="VersionDeprecatedWarningContent" style="flex-wrap: wrap; white-space: normal;" /> |
| 11 | + </ui:VisualElement> |
| 12 | + </ui:VisualElement> |
| 13 | + <ui:VisualElement name="Environment" style="flex-grow: 1; flex-direction: row; flex-shrink: 1; align-self: stretch; justify-content: flex-end; margin-right: 24px;"> |
| 14 | + <ui:Label tabindex="-1" text="Environment: Stage" display-tooltip-when-elided="true" name="EnvironmentTitle" style="align-items: flex-start; align-self: center; font-size: 14px; -unity-text-align: middle-left; text-overflow: clip; white-space: nowrap; margin-right: 8px;" /> |
| 15 | + <ui:VisualElement name="SwitchBackground" class="environmentToStageBackground" style="flex-grow: 1; background-color: rgb(28, 232, 109); min-width: 0; min-height: 26px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; align-items: auto; align-self: center; max-width: 45px; justify-content: center; flex-shrink: 0;"> |
| 16 | + <ui:VisualElement name="Handle" style="flex-grow: 1; background-color: rgb(255, 255, 255); align-self: flex-start; align-items: flex-end; justify-content: flex-start; border-top-left-radius: 90px; border-top-right-radius: 90px; border-bottom-right-radius: 90px; border-bottom-left-radius: 90px; margin-right: 4px; margin-left: 4px; flex-shrink: 0; width: 20px; height: 20px; min-width: 20px; min-height: 20px; max-height: 20px; max-width: 20px; margin-top: 0;" /> |
| 17 | + </ui:VisualElement> |
10 | 18 | </ui:VisualElement> |
11 | 19 | </ui:VisualElement> |
12 | 20 | </ui:VisualElement> |
|
0 commit comments