feat: Introduce throwable flares and player flashlight overload, enabling monster stunning/teleportation, and remove debug dot.
This commit is contained in:
14
style.css
14
style.css
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user