implement isometric blocks in hotbar

This commit is contained in:
LabyStudio
2022-02-04 16:09:19 +01:00
parent 058d9b86cd
commit 04e38ff7c3
4 changed files with 84 additions and 36 deletions
@@ -41,8 +41,8 @@ window.IngameOverlay = class extends Gui {
this.renderBlock(
stack,
this.textureTerrain, Block.getById(typeId),
x + i * 20,
y
x + i * 20 + 11,
y + 9
);
}
}