implement block types

This commit is contained in:
LabyStudio
2022-01-31 22:30:00 +01:00
parent 33998053c1
commit 02c36a79ba
14 changed files with 178 additions and 21 deletions
+4
View File
@@ -23,6 +23,10 @@ window.Minecraft = class {
}
init() {
// Create all blocks
Block.create();
// Start render loop
this.running = true;
this.requestNextFrame();
}