Add missing elements
This commit is contained in:
parent
ec679b22cb
commit
f2824af426
@ -7,7 +7,8 @@ const textColor = "#d1d1d1"
|
|||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
shouldZoom = false
|
shouldZoom = false
|
||||||
drawStats = false
|
|
||||||
|
drawStats = true
|
||||||
|
|
||||||
// Common
|
// Common
|
||||||
canvas = null
|
canvas = null
|
||||||
@ -520,8 +521,8 @@ function connect() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
addEventListener("DOMContentLoaded", (e) => {
|
addEventListener("DOMContentLoaded", (e) => {
|
||||||
document.getElementById("zoomCheck").checked = true;
|
document.getElementById("zoomCheck").checked = false;
|
||||||
|
document.getElementById("statsCheck").checked = true;
|
||||||
|
|
||||||
canvas = document.getElementById('canvas');
|
canvas = document.getElementById('canvas');
|
||||||
canvas.width = 1024;
|
canvas.width = 1024;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user