Add: tips and settings boxes to Game Ui fxml

This commit is contained in:
Julian Kropff
2026-05-07 16:28:33 +02:00
parent e4707bd6ee
commit 4cf88a9a2f
@@ -10,8 +10,7 @@
<AnchorPane xmlns="http://javafx.com/javafx/21"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui.CasinoGameController"
styleClass="background"
stylesheets="@Casinogameui.css">
styleClass="background">
<GridPane prefWidth="1200" prefHeight="800" AnchorPane.topAnchor="0" AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0">
<columnConstraints>
@@ -165,4 +164,14 @@
<fx:include fx:id="taskbarInclude" source="gameuicomponents/Taskbar.fxml" GridPane.columnIndex="1"/>
</AnchorPane>
<!-- movable notebook (Tips Box) -->
<AnchorPane>
<fx:include fx:id="notebookInclude" source="gameuicomponents/Notebook.fxml"/>
</AnchorPane>
<!-- movable settings -->
<AnchorPane>
<fx:include fx:id="settingsInclude" source="gameuicomponents/Settings.fxml"/>
</AnchorPane>
</AnchorPane>