Add Game UI logic #255
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user