Add interaction between edit grid and inventory
This commit is contained in:
parent
469121e18a
commit
986c0479f1
9 changed files with 51 additions and 14 deletions
|
@ -60,5 +60,7 @@ export function game() {
|
|||
inventory.x += 10;
|
||||
inventory.y += 10;
|
||||
|
||||
edit.guiInventory = inventory;
|
||||
|
||||
return shadow;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue