implement font renderer and gui scaling

This commit is contained in:
LabyStudio
2022-02-04 10:56:24 +01:00
parent 7a5c307afd
commit 0cf779936e
14 changed files with 201 additions and 58 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ window.World = class {
i--;
scope.lightUpdateQueue.shift().updateBlockLightning(scope);
}
}, 1);
}, 0);
}
onTick() {