From 9dcda2bbdd9c950aaa4f6752e99a61ccab6d97d4 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:50:14 +0200 Subject: [PATCH] removed old code removed old money ui --- ND_CharacterSelection/source/ui/style.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/ND_CharacterSelection/source/ui/style.css b/ND_CharacterSelection/source/ui/style.css index c6dc2c5..c4bd20e 100644 --- a/ND_CharacterSelection/source/ui/style.css +++ b/ND_CharacterSelection/source/ui/style.css @@ -1,9 +1,13 @@ body { + display: none; background-size: 105%; background-repeat: no-repeat; background-attachment: fixed; background-position: center; } +#exitGameMenu, #characterCreator, #characterEditor, #deleteCharacterMenu, #spawnLocation { + display: none; +} /* Main page */ #overlay { @@ -275,13 +279,3 @@ body { background-color: rgba(0, 0, 0, 0.3); border-radius: 10vw; } - -#cash { - top: 5.5vh; - right: 1.5vw; -} - -#bank { - top: 9vh; - right: 1.5vw; -} \ No newline at end of file