Skip to content

Commit

Permalink
why is shop broken now
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank committed Aug 16, 2024
1 parent 7dd42df commit 1df131e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions items/shop/js/item-shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ function createItems() {
} else if (tileSize === 'Size_5_x_2') { // Fortnite ISTG.
item['width'] = 0.5;
item['height'] = 1.0;
} else { // THE SHOP BROKE???
item['width'] = 0.2;
item['height'] = 1.0;
}
}
}
Expand Down

0 comments on commit 1df131e

Please sign in to comment.