UPdate
This commit is contained in:
@@ -102,5 +102,18 @@
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
|
||||
<!-- TRANSFER HOST OVERLAY -->
|
||||
<ui:VisualElement name="TransferHostOverlay" style="position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; display: none;">
|
||||
<ui:VisualElement class="panel-glass" style="width: 350px; padding: 20px;">
|
||||
<ui:Label text="TRANSFER LEADERSHIP" class="text-subheading" style="align-self: center;" />
|
||||
<ui:Label text="Do you want to transfer host privileges to this player?" class="text-label" style="align-self: center; -unity-text-align: middle-center; margin-bottom: 20px; white-space: normal;" />
|
||||
|
||||
<ui:VisualElement style="flex-direction: row; justify-content: space-between;">
|
||||
<ui:Button name="CloseTransferBtn" text="CANCEL" class="button-spring btn-exit" style="width: 48%;" />
|
||||
<ui:Button name="ConfirmTransferBtn" text="TRANSFER" class="button-spring btn-join" style="width: 48%;" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
</ui:UXML>
|
||||
@@ -21,7 +21,7 @@ MonoBehaviour:
|
||||
m_ScaleMode: 1
|
||||
m_ReferenceSpritePixelsPerUnit: 100
|
||||
m_PixelsPerUnit: 100
|
||||
m_Scale: 1
|
||||
m_Scale: 1.8199999
|
||||
m_ReferenceDpi: 96
|
||||
m_FallbackDpi: 96
|
||||
m_ReferenceResolution: {x: 1200, y: 800}
|
||||
|
||||
Reference in New Issue
Block a user