started working on the game selection layer

This commit is contained in:
ramollia
2025-10-03 21:31:42 +02:00
parent 82f8d00625
commit 754c8fea2e
6 changed files with 48 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
.background {
-fx-background-color: linear-gradient(to bottom right, #21a7b2, #8f32b9);
}