Main, pause, options, and in-game menu systems wired up; ready for gameplay
This commit is contained in:
16
assets/main-menu.rcss
Normal file
16
assets/main-menu.rcss
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user