1234567891011121314151617181920212223242526272829303132333435 |
- <ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
- <Style src="project://database/Assets/Scenes/WalkDogs/ResultPanel.uss?fileID=7433441132597879392&guid=04f73cd94e38aa549b8fb5997b5c165f&type=3#ResultPanel" />
- <ui:VisualElement style="flex-grow: initial; flex-shrink: initial; margin-top: 20px;">
- <ui:VisualElement name="VisualElement" class="item label" style="flex-direction: row; flex-shrink: initial; flex-grow: initial; width: initial;">
- <ui:Label text="<Score>" name="scoreLabel" class="label" style="width: 40%; height: auto; color: rgb(0, 75, 1); -unity-font-style: bold; font-size: 20px;" />
- <ui:Label text="10000" name="scoreValue" class="value" style="width: 40%; -unity-font-style: bold; color: rgb(0, 75, 1); font-size: 20px;" />
- </ui:VisualElement>
- <ui:VisualElement name="VisualElement" class="item" style="flex-grow: 1; flex-direction: row; -unity-font-style: bold; color: rgb(0, 75, 1);">
- <ui:Label text="<maxCombo>" name="maxComboLabel" class="label" style="width: 40%; color: rgb(0, 75, 1);" />
- <ui:Label text="10000" name="maxComboValue" class="value" style="width: 40%; color: rgb(0, 75, 1);" />
- </ui:VisualElement>
- <ui:VisualElement name="VisualElement" class="item" style="flex-grow: 1; flex-direction: row; -unity-text-outline-color: rgb(0, 75, 1);">
- <ui:Label text="<Perfect>" name="perfectLabel" class="label" style="width: 40%; color: rgb(0, 75, 1); -unity-font-style: bold;" />
- <ui:Label text="10000" name="perfectValue" class="value" style="width: 40%; color: rgb(0, 75, 1); -unity-font-style: bold;" />
- </ui:VisualElement>
- <ui:VisualElement name="VisualElement" class="item" style="flex-grow: 1; flex-direction: row;">
- <ui:Label text="<Good>" name="goodLabel" class="label" style="width: 40%;" />
- <ui:Label text="10000" name="goodValue" class="value" style="width: 40%; color: rgb(27, 27, 27);" />
- </ui:VisualElement>
- <ui:VisualElement name="VisualElement" class="item" style="flex-grow: 1; flex-direction: row;">
- <ui:Label text="<Poor>" name="poorLabel" class="label" style="width: 40%; color: rgb(166, 0, 0); font-size: 14px;" />
- <ui:Label text="10000" name="poorValue" class="value" style="width: 40%; color: rgb(166, 0, 0); font-size: 14px;" />
- </ui:VisualElement>
- <ui:VisualElement name="VisualElement" class="item" style="color: rgb(166, 0, 0);">
- <ui:Label text="<Miss>" name="missLabel" class="label" style="color: rgb(166, 0, 0); font-size: 14px;" />
- <ui:Label text="10000" name="missValue" class="value" style="color: rgb(166, 0, 0); font-size: 14px;" />
- </ui:VisualElement>
- <ui:VisualElement name="VisualElement" class="item" style="flex-grow: 1; background-image: none; margin-top: 20px; margin-bottom: 20px;">
- <ui:VisualElement name="VisualElement" style="align-self: center; background-image: url("project://database/Assets/Packages/2D%20Casual%20UI/Sprite/GUI.png?fileID=21300042&guid=1eaee135ce037439d925cee5e41ce026&type=3#GUI_21"); background-size: 30px 30px; width: 30px; height: 30px;" />
- <ui:Label text="<Coin Award>" name="coinLabel" class="label" style="width: 40%; background-image: none; background-size: 30px 30px; color: rgb(255, 223, 0);" />
- <ui:Label text="10000" name="coinValue" class="value" style="width: 40%; margin-left: 0; color: rgb(255, 223, 0);" />
- </ui:VisualElement>
- </ui:VisualElement>
- <ui:Button text="<Confirm>" name="confirm" style="flex-grow: 1; flex-direction: row; -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2"); font-size: 18px; -unity-font-style: normal; background-color: rgba(188, 188, 188, 0); width: 50%; align-self: center; border-top-color: rgb(27, 27, 27); border-left-color: rgb(27, 27, 27); border-right-color: rgb(27, 27, 27); border-bottom-color: rgb(27, 27, 27); border-top-width: 1.5px; border-right-width: 1.5px; border-bottom-width: 1.5px; border-left-width: 1.5px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -unity-text-outline-color: rgb(27, 27, 27); bottom: 15%; position: absolute;" />
- </ui:UXML>
|