12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
<UXML xmlns="UnityEngine.UIElements">
|
|
<VisualElement class="flex-container main">
|
|
<Image name="buho" />
|
|
<VisualElement class="form">
|
|
<Label name="createdTitle" class="title" />
|
|
<Label name="createdExplanation" />
|
|
</VisualElement>
|
|
</VisualElement>
|
|
<VisualElement class="footer">
|
|
<Button name="continue" />
|
|
</VisualElement>
|
|
</UXML> |