Remove player + right click change rotation mirror

This commit is contained in:
Sysy's
2026-03-31 09:40:25 +02:00
committed by M1n-0
parent 853a6ae9ee
commit d8f56cb548
2 changed files with 17 additions and 97 deletions

View File

@@ -97,20 +97,6 @@ main {
background: #00FF00;
}
/* ================================
CURSOR PLAYER
================================ */
.player-cursor {
outline: 2px solid #00e5ff;
outline-offset: -2px;
z-index: 10;
}
.player-cursor.mirror {
outline-color: #FFD700;
}
/* ================================
LIGHT LASER
================================ */
@@ -169,4 +155,4 @@ main {
.map {
padding: 4px;
}
}
}