Private
Public Access
1
0

update visuals and asset interactions: adjust asset spawn rate, refine asset animation positioning, and improve presi-assets-track layout styling
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m49s

This commit is contained in:
Sebastian Unterschütz
2026-04-22 23:17:42 +02:00
parent 22643996c3
commit dc94bb4ea1
2 changed files with 8 additions and 6 deletions

View File

@@ -287,17 +287,17 @@ input[type=range]{width:100%;max-width:300px}
.presi-assets-track {
position: absolute;
bottom: 0;
top: 0;
left: 0;
width: 100%;
height: 200px;
height: 100%;
pointer-events: none;
z-index: 2;
z-index: 1; /* Behind quotes (5/100) and scanlines (10) */
overflow: hidden;
}
.presi-asset {
position: absolute;
bottom: 30px;
display: flex;
flex-direction: column;
align-items: center;