Add Game UI logic #255

Merged
j.kropff merged 28 commits from feat/game-ui into main 2026-04-11 16:59:57 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit cb7c284314 - Show all commits
@@ -65,7 +65,7 @@
</graphic> </graphic>
</Label> </Label>
<Label fx:id="TableText" <Label fx:id="tableText"
text="Place your bet" text="Place your bet"
styleClass="table-title" /> styleClass="table-title" />
@@ -18,8 +18,7 @@
layoutX="50.0" layoutY="710.0"> layoutX="50.0" layoutY="710.0">
<!-- Placeholder buttons --> <!-- Placeholder buttons -->
Fix: correct Taskbar UI <Button text="SETTINGS" styleClass="gray-button" />
Refs #52 <Button text="SETTINGS" styleClass="gray-button" />
<Button text="INFO" styleClass="gray-button" /> <Button text="INFO" styleClass="gray-button" />
<!-- Buten for the Casono Browser --> <!-- Buten for the Casono Browser -->
<Button text="HELP" onAction="#onBrowserButtonClick" styleClass="gray-button" /> <Button text="HELP" onAction="#onBrowserButtonClick" styleClass="gray-button" />