Files
wayvr/wlx-overlay-s/src/assets/gui/anchor.xml
2025-12-12 01:39:02 +09:00

19 lines
435 B
XML

<layout>
<elements>
<div width="192" height="192" padding="8">
<rectangle
width="100%" height="100%"
margin="4" box_sizing="border_box"
border_color="#FFFF00" border="2"
round="100%" color="#00000000"
align_items="center"
justify_content="center">
<label color="#FFFF00" size="36" translation="ANCHOR.CENTER" weight="bold" />
</rectangle>
</div>
</elements>
</layout>