Art Update

Changed:
- Removed overlay and mask
- New art
This commit is contained in:
2026-07-28 19:27:10 -04:00
parent f86e7a6acd
commit 29dcf1061c
95 changed files with 5 additions and 22 deletions
+2 -17
View File
@@ -81,7 +81,7 @@ p {
background-size: contain;
background-repeat: no-repeat;
background-size: contain;
background-image: url("src/Books/BookBar_v5_f0000.png");
background-image: url("src/Books/BookBar_v8_f0000.png");
}
.barFlashHelper {
position: absolute;
@@ -91,24 +91,9 @@ p {
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-image: url("src/Books/BookBar_v5_f0000.png");
background-image: url("src/Books/BookBar_v8_f0000.png");
}
#barBack {
}
#barFront {
}
#paperOverlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
opacity: 1;
background-image: url("src/Paper_v4.png");
mask-image: url("https://lilac.thewisewolf.dev/BookBar/src/BookBar_Mask.png");
mask-mode: luminance;
mask-size: 100%;
mix-blend-mode: soft-light;
}