1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Merge pull request #347 from dengr1065/debug-info

Improved debug info (position and version)
This commit is contained in:
tobspr
2020-07-06 14:21:32 +02:00
committed by GitHub
2 changed files with 54 additions and 5 deletions

View File

@@ -9,4 +9,11 @@
line-height: 15px;
flex-direction: column;
color: #fff;
&:not([data-mode="detailed"]) {
.mousePosition,
.cameraPosition {
display: none;
}
}
}