removed old code

removed old money ui
This commit is contained in:
Andyyy7666
2022-07-21 22:50:14 +02:00
committed by GitHub
parent f6be8ce489
commit 9dcda2bbdd

View File

@@ -1,9 +1,13 @@
body { body {
display: none;
background-size: 105%; background-size: 105%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
background-position: center; background-position: center;
} }
#exitGameMenu, #characterCreator, #characterEditor, #deleteCharacterMenu, #spawnLocation {
display: none;
}
/* Main page */ /* Main page */
#overlay { #overlay {
@@ -275,13 +279,3 @@ body {
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
border-radius: 10vw; border-radius: 10vw;
} }
#cash {
top: 5.5vh;
right: 1.5vw;
}
#bank {
top: 9vh;
right: 1.5vw;
}