Add documentation, a debug mode, and minor changes to defaults
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
<meta charset="utf-8">
|
||||
<title>BS Overlay</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<script>
|
||||
if (new URLSearchParams(location.search).get("debug") === "1")
|
||||
document.documentElement.classList.add("debug");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="row">
|
||||
@@ -51,6 +55,7 @@
|
||||
<label>Show map info: <input id="mapInfoInput" type="checkbox"></label>
|
||||
<label>Show time: <input id="timeInput" type="checkbox"></label>
|
||||
<label>Show score: <input id="scoreInput" type="checkbox"></label>
|
||||
<label>Show BSR / map id: <input id="bsrInput" type="checkbox"></label>
|
||||
<label>Position: <select id="positionInput">
|
||||
<option value="[false,false]">Top left</option>
|
||||
<option value="[true,false]">Top right</option>
|
||||
|
||||
Reference in New Issue
Block a user