implement lightning and smooth lightning

This commit is contained in:
LabyStudio
2022-02-01 12:45:25 +01:00
parent bda4e01807
commit a0e6d00bf5
4 changed files with 220 additions and 7 deletions
+3
View File
@@ -84,6 +84,9 @@ window.Minecraft = class {
}
onTick() {
// Tick world
this.world.onTick();
// Tick the player
this.player.onTick();
}