Docs and easy font loading. Added interfaces for PreloadResource's

This commit is contained in:
lieght
2025-10-01 18:09:14 +02:00
parent 8ae7510219
commit 744bef2ddf
14 changed files with 423 additions and 39 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,5 @@
.main-button {
-fx-background-color: transparent;
-fx-background-image: url("card-default.jpg"); /* fallback image */
-fx-background-size: cover;
-fx-background-position: center;
-fx-pref-width: 250px;

View File

@@ -13,7 +13,7 @@
-fx-fill: white;
-fx-font-size: 28px;
-fx-font-weight: 600;
-fx-font-family: "Segoe UI", sans-serif;
-fx-font-family: "Groovy Maniac Demo", sans-serif;
}
.quit-button {