Feat/game-ui #180

Merged
j.kropff merged 25 commits from feat/game-ui into main 2026-03-14 14:10:24 +01:00
Showing only changes of commit b810b2187b - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ repositories {
javafx { javafx {
version = "25.0.2" version = "25.0.2"
modules = ['javafx.controls', 'javafx.fxml', 'javafx.base'] modules = ['javafx.controls', 'javafx.fxml', 'javafx.base', 'javafx.graphics', 'javafx.web']
} }
dependencies { dependencies {