Skip to content

Commit

Permalink
Updated Icons + Added Milk 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
FireDroX committed May 11, 2024
1 parent 043f068 commit 564341f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed src/assets/images/bottle_letter.png
Binary file not shown.
Binary file added src/assets/images/bottle_trade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/utils/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import bee_badge from "../assets/images/bee_badge.png";
import bell from "../assets/images/bell.png";
import bombs from "../assets/images/bombs.png";
import boomerang from "../assets/images/boomerang.png";
import bottle_letter from "../assets/images/bottle_letter.png";
import bottle_trade from "../assets/images/bottle_trade.png";
import bottle from "../assets/images/bottle.png";
import bow from "../assets/images/bow.png";
import bow_light from "../assets/images/bow_light.png";
Expand Down Expand Up @@ -50,7 +50,7 @@ export const itemsImg = [
net,
hint_glasses,
bottle,
bottle_letter,
bottle_trade,
bee_badge,
bracelet,
master_ore,
Expand Down Expand Up @@ -82,7 +82,7 @@ export const items = [
["Net"],
["Hint Glasses"],
["Empty Bottle"],
["Letter in a Bottle"],
["Letter in a Bottle", "Premium Milk"],
["Bee Badge"],
["Bracelet Upgrade"],
["Master Ore"],
Expand Down

0 comments on commit 564341f

Please sign in to comment.