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
+1 -1
View File
@@ -47,7 +47,7 @@ window.Player = class {
}
resetPos() {
this.setPos(0, 2, 0);
this.setPos(0, 25, 0);
}
setPos(x, y, z) {