implement mojang lightning of a1.2.6

This commit is contained in:
LabyStudio
2022-02-01 21:08:09 +01:00
parent 76e7f9fd84
commit 14c13297fb
12 changed files with 458 additions and 158 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ window.GameWindow = class {
// Stats
this.stats = new Stats()
this.stats.showPanel(0);
this.stats.showPanel(1);
wrapper.appendChild(this.stats.dom);
// Add web renderer canvas to wrapper