implement sun

This commit is contained in:
LabyStudio
2022-02-13 00:52:32 +01:00
parent 9e0045f807
commit 77fd18af31
17 changed files with 188 additions and 24 deletions
@@ -8,7 +8,7 @@ window.FontRenderer = class {
constructor() {
this.charWidths = [];
this.texture = Gui.loadTexture("font.png")
this.texture = Gui.loadTexture("gui/font.png")
let bitMap = this.createBitMap(this.texture);