Game launcher (fully functional)

This commit is contained in:
Aleksander
2025-12-28 16:38:24 +01:00
parent 686a6f3ba5
commit d664b1b9e2
12 changed files with 435 additions and 343 deletions

View File

@@ -1,15 +1,15 @@
<layout>
<elements>
<div flex_direction="row" gap="16">
<div flex_direction="row" gap="16" align_items="center">
<div id="cover_art_parent" />
<div flex_direction="column" gap="16">
<label id="label_title" weight="bold" size="32" />
<div flex_direction="row" gap="8">
<label text="by" />
<label weight="bold" id="label_author" />
<label weight="bold" id="label_author" text="Unknown" />
</div>
<label id="label_description" wrap="1" />
<Button id="btn_launch" align_self="baseline" color="#44ce22FF" padding_top="4" padding_bottom="4" round="8" padding_right="12" min_height="40">
<label id="label_description" wrap="1" text="No description available" />
<Button id="btn_launch" align_self="baseline" color="#44ce22FF" padding_top="4" padding_bottom="4" round="8" padding_right="12" min_width="200" min_height="40">
<sprite src_builtin="dashboard/play.svg" width="32" height="32" />
<label text="Launch" weight="bold" size="17" shadow="#00000099" />
</Button>