New BG image(s) for hud

This commit is contained in:
2024-06-15 20:19:42 +02:00
parent 4a04bf06cc
commit 46601111de
4 changed files with 4 additions and 3 deletions

View File

@ -87,7 +87,7 @@ const socket = useSocketStore()
}
.hud {
background: url('/assets/shapes/hud-shape.svg') center/cover no-repeat;
background: url('/assets/shapes/hud-shape-empty.svg') center/cover no-repeat;
.stats {
height: calc(100% - 30px);
display: flex;
@ -171,9 +171,8 @@ const socket = useSocketStore()
&::before {
content: '';
background: url('/assets/clouds.png') center/cover no-repeat;
background: url('/assets/bg-hud-2.png') top/cover no-repeat;
mask: url('/assets/shapes/hud-image-shape.svg') center/cover no-repeat;
mask-mode: luminance;
}
&.other-player {
@ -183,6 +182,7 @@ const socket = useSocketStore()
&::before {
left: unset;
right: 30px;
background: url('/assets/bg-hud-2.png') center/cover no-repeat;
mask: url('/assets/shapes/hud-image-shape-flipped.svg') center/cover no-repeat;
}