Bug fixes
This commit is contained in:
parent
69fee5e73d
commit
ce6a707526
5 changed files with 30 additions and 9 deletions
|
@ -11,6 +11,7 @@ export default class GuiInventory extends GuiElement {
|
|||
this.tileWidth = 4;
|
||||
this.tileHeight = 5;
|
||||
this.currentPage = 0;
|
||||
inventory.setOnupdate(this.updateTiles.bind(this));
|
||||
}
|
||||
|
||||
updateTiles() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue