mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
Remove alert for inventory item click in index.html
This commit is contained in:
@@ -1961,7 +1961,6 @@
|
||||
|
||||
if (pointer.y > inventoryBounds.y && pointer.y < inventoryBounds.y + inventoryBounds.height &&
|
||||
pointer.x > inventoryBounds.x && pointer.x < inventoryBounds.x + inventoryBounds.width) {
|
||||
alert('INVENTORY ITEM CLICKED');
|
||||
// Find clicked inventory item
|
||||
const clickedItem = inventory.items.find(item => {
|
||||
if (!item) return false;
|
||||
|
||||
Reference in New Issue
Block a user