feat: Introduce throwable flares and player flashlight overload, enabling monster stunning/teleportation, and remove debug dot.

This commit is contained in:
2026-01-03 11:24:26 +00:00
parent d588433d8a
commit a74ccd1f6d
7 changed files with 222 additions and 62 deletions

View File

@@ -71,16 +71,4 @@ h1 {
height: 100%;
background-color: #fff;
transition: width 0.1s linear;
#test-dot {
position: absolute;
top: 50%;
left: 50%;
width: 12px;
height: 12px;
background: red;
border-radius: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
z-index: 9999;
}
}