12345678910 |
- <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
- <Style src="project://database/Assets/UI%20Toolkit/rootUIStyle.uss?fileID=7433441132597879392&guid=57e6005a5bd0f004b917674c89ab086f&type=3#rootUIStyle" />
- <ui:VisualElement class="rootUIBase" style="-unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2"); font-size: 28px; -unity-text-align: upper-center; color: rgb(255, 107, 45); -unity-text-outline-color: rgba(105, 202, 255, 0.79); -unity-text-outline-width: 1px;">
- <ui:Label text="打发打发十分舒服撒发生" name="gameResult" double-click-selects-word="false" style="width: auto; margin-left: 20px; margin-right: 20px; margin-top: 40px; white-space: normal;" />
- <ui:VisualElement name="btnArea" style="flex-direction: row; justify-content: space-around;">
- <ui:Button text="确认拉" name="confirm" style="height: 30px; -unity-text-outline-width: 0; font-size: 16px; width: 100px; color: rgb(255, 107, 45); background-color: rgba(22, 131, 245, 0.78); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;" />
- <ui:Button text="Play Again" name="playAgain" style="height: 30px; font-size: 16px; -unity-text-outline-width: 0; width: 100px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-width: 0; border-bottom-width: 0; border-right-width: 0; border-left-width: 0; background-color: rgba(136, 245, 22, 0.78);" />
- </ui:VisualElement>
- </ui:VisualElement>
- </ui:UXML>
|