statusbar

This commit is contained in:
Bastian Wagner
2026-08-19 22:07:19 +02:00
parent 85184e6e53
commit dcb248bd15
11 changed files with 15 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -8,9 +8,13 @@
align-items: center;
min-block-size: 5.6rem;
padding: var(--ar-space-2) var(--ar-space-5);
border-block: 1px solid var(--ar-border-highlight);
background: linear-gradient(180deg, rgb(255 255 255 / 0.035), transparent 62%), var(--ar-panel);
// border-block: 1px solid var(--ar-border-highlight);
//background: linear-gradient(180deg, rgb(255 255 255 / 0.035), transparent 62%), var(--ar-panel);
box-shadow: var(--ar-shadow-raised);
background-image: url('../../../../public/assets/hud-elements/statusbar.png');
background-repeat: repeat-x;
background-size: 547px;
background-position: center;
}
.top-bar__character {
@@ -18,15 +22,22 @@
align-items: center;
gap: var(--ar-space-3);
min-inline-size: 0;
background-image: url("../../../../public/assets/hud-elements/character-statusbar.png");
background-size: 458px;
background-position: left;
background-repeat: no-repeat;
}
.top-bar__portrait {
inline-size: 4.25rem;
block-size: 4.25rem;
object-fit: cover;
border: 1px solid var(--ar-border-highlight);
// border: 1px solid var(--ar-border-highlight);
border-radius: 50%;
background: #080909;
// background: #080909;
left: 7px;
position: relative;
top: -2px;
}
.top-bar__identity,