This commit is contained in:
2026-05-01 20:07:12 +07:00
parent 3226eab649
commit afd629cd53
13 changed files with 1028 additions and 1693 deletions

View File

@@ -35,6 +35,8 @@
<ui:VisualElement style="flex-grow: 1;" />
<ui:Label name="CreateErrorLabel" text="Failed to create room!" class="text-label" style="color: #ff4444; align-self: center; display: none; margin-bottom: 10px;" />
<ui:VisualElement style="flex-direction: row; justify-content: space-between; margin-top: 20px;">
<ui:Button name="CancelCreateBtn" text="CANCEL" class="button-spring btn-exit" style="width: 48%;" />
<ui:Button name="ConfirmCreateBtn" text="CREATE" class="button-spring btn-join" style="width: 48%;" />