Main, pause, options, and in-game menu systems wired up; ready for gameplay

This commit is contained in:
2026-08-24 22:49:16 -05:00
parent 4dacb370a6
commit 0fe31615c5
12 changed files with 327 additions and 88 deletions

16
assets/main-menu.rcss Normal file
View File

@@ -0,0 +1,16 @@
body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--primary-background-color);
}
#start_menu {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-width: 80%;
}