1
0
forked from noxious/client

NQ-74 Styling updates and fixes GUI

This commit is contained in:
2024-06-12 21:30:51 +02:00
parent 9022c104da
commit 12445db7f1
13 changed files with 95 additions and 45 deletions

View File

@ -168,7 +168,7 @@ onBeforeUnmount(() => {
border-radius: 20px;
position: relative;
background-repeat: no-repeat;
background-image: url('/assets/shapes/character-select-shape-2.svg');
background-image: url('/assets/shapes/character-select-shape.svg');
box-shadow: 0 4px 30px rgba($black, 0.1);
&::after {

View File

@ -102,6 +102,7 @@ const createScene = (scene: Phaser.Scene) => {
.bottom-ui {
display: flex;
position: absolute;
justify-content: space-between;
left: 0;
right: 0;
margin: 0 48px;
@ -112,7 +113,6 @@ const createScene = (scene: Phaser.Scene) => {
}
.bottom-ui {
justify-content: space-between;
align-items: center;
bottom: 100px;
height: 100px;