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>
This commit is contained in:
@@ -98,3 +98,14 @@
|
||||
transform: scale(1.6);
|
||||
}
|
||||
}
|
||||
|
||||
/** Одноразовый VFX ловушки на слое оверлея (не внутри круглого маркера).
|
||||
* Якорь кадра задаётся inline transform из trapActivationAnchorTransform. */
|
||||
.trapMediaFx {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
max-width: none;
|
||||
pointer-events: none;
|
||||
z-index: 6;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user