Files
DndGamePlayer/app/renderer/shared/effects/ExplosionVideoOverlay.module.css
T
Ivan Fontosh fed5674468 feat(traps): activation VFX/SFX, explosion effect, and help section
Wire mimic/pit/arrow/laser media on activate, poison/explosion via effects, and document the scene editor and traps in Instructions.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 12:35:22 +08:00

19 lines
363 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.layer {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 2;
overflow: hidden;
}
.video {
position: absolute;
height: auto;
max-width: none;
transform: translate(-50%, -50%);
pointer-events: none;
background: transparent;
/* WebM VP8/VP9 с alpha_mode=1 — без чёрной подложки */
mix-blend-mode: normal;
}