From c0b6a5424a9ec3167a194453fd3109dbe9685a9b Mon Sep 17 00:00:00 2001 From: Julian Kropff Date: Thu, 12 Mar 2026 07:28:27 +0100 Subject: [PATCH] feat(game-ui): add PlayerStatus FXML layout --- .../gameuicomponents/playerstatus.fxml | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/main/resources/ui-structure/gameuicomponents/playerstatus.fxml diff --git a/src/main/resources/ui-structure/gameuicomponents/playerstatus.fxml b/src/main/resources/ui-structure/gameuicomponents/playerstatus.fxml new file mode 100644 index 0000000..fc111eb --- /dev/null +++ b/src/main/resources/ui-structure/gameuicomponents/playerstatus.fxml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file