mirror of https://github.com/wayvr-org/wayvr.git
19 lines
821 B
XML
19 lines
821 B
XML
<layout>
|
|
<!-- icon, title -->
|
|
<template name="PageTitle">
|
|
<div position="absolute" align_self="start" justify_self="center" width="100%" margin_top="8" gap="8" align_items="center" justify_content="center">
|
|
<sprite width="48" height="48" src_builtin="${icon}" color="#FFFFFF"/>
|
|
<label size="28" weight="bold" text="${title}" shadow="#000000" shadow_x="3" shadow_y="3" />
|
|
</div>
|
|
</template>
|
|
|
|
<!-- text -->
|
|
<template name="TextDesc">
|
|
<label wrap="1" text="${text}" size="20" width="500" shadow="#000000" weight="bold"/>
|
|
</template>
|
|
|
|
<macro name="video_overlay_component" looping="1" width="100%" height="auto" max_height="100%" aspect_ratio="1.777777" position="relative"/>
|
|
|
|
<macro name="video_overlay_content" new_pass="1" position="absolute" width="100%" height="100%"/>
|
|
</layout>
|