Game UI Optimisation #320

Merged
j.kropff merged 17 commits from feat/game-ui-optimization into main 2026-05-10 20:54:22 +02:00
Showing only changes of commit 4cf88a9a2f - Show all commits
@@ -10,8 +10,7 @@
<AnchorPane xmlns="http://javafx.com/javafx/21" <AnchorPane xmlns="http://javafx.com/javafx/21"
xmlns:fx="http://javafx.com/fxml/1" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui.CasinoGameController" fx:controller="ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui.CasinoGameController"
styleClass="background" styleClass="background">
stylesheets="@Casinogameui.css">
<GridPane prefWidth="1200" prefHeight="800" AnchorPane.topAnchor="0" AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0"> <GridPane prefWidth="1200" prefHeight="800" AnchorPane.topAnchor="0" AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0">
<columnConstraints> <columnConstraints>
@@ -165,4 +164,14 @@
<fx:include fx:id="taskbarInclude" source="gameuicomponents/Taskbar.fxml" GridPane.columnIndex="1"/> <fx:include fx:id="taskbarInclude" source="gameuicomponents/Taskbar.fxml" GridPane.columnIndex="1"/>
</AnchorPane> </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> </AnchorPane>