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