started a basis for the tutorials, tic tac toe is almost done with some general stuff still to do.

This commit is contained in:
michiel301b
2025-11-26 22:03:06 +01:00
parent a6b835bddf
commit 8c69453506
33 changed files with 395 additions and 16 deletions

View File

@@ -48,4 +48,9 @@
.text {
-fx-font-size: 12px;
-fx-font-weight: normal;
}
}
.image {
-fx-max-width: 200px;
-fx-max-height: 200px;
}