Skip to content

Commit

Permalink
feat(#491): add flour art
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed May 1, 2024
1 parent 232a194 commit 2ae9488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/img/dishes/flour.piskel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"modelVersion":2,"piskel":{"name":"flour","description":"","fps":12,"height":24,"width":24,"layers":["{\"name\":\"Layer 1\",\"opacity\":1,\"frameCount\":1,\"chunks\":[{\"layout\":[[0]],\"base64PNG\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA80lEQVRIS2NkoDFgpLH5DIQs+E+kA3Cag0sCbHCmJxdR5k/f/g2mDsM8bBb8RzZ42raveC3J8uKGy0MtQjET3QK44bgMvnXrFoOamhqGpTCL0C3BagHMcFyGgUzHJgeyhKAFIM3//2PGLT7L4BHACHcvJgOq6H9FMBdDx1pIpGGzCDlsYJYyQg1G0ovfApghMIsIJSWQwWh6iLOAkMHY5KGOGikWRCTagENhxfwjWEMLmzxJQQQzgFBcIDtghFkAChpCwYQePyQFEaGwH5T5AFwEgQjk7E+MT5CKFbz1AbJZxFaXOGszkAShOpkYx+NVQ3MLAC0DfRmt4H5uAAAAAElFTkSuQmCC\"}]}"]}}
Binary file added src/img/dishes/flour.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/img/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import chicknPotPie from './dishes/chickn-pot-pie.png'
import chocolate from './dishes/chocolate.png'
import garlicBread from './dishes/garlic-bread.png'
import garlicFries from './dishes/garlic-fries.png'
import flour from './dishes/flour.png'
import frenchOnionSoup from './dishes/french-onion-soup.png'
import friedTofu from './dishes/fried-tofu.png'
import jackolantern from './items/jackolantern.png'
Expand Down Expand Up @@ -242,6 +243,7 @@ export const craftedItems = {
'fried-tofu': friedTofu,
'garlic-bread': garlicBread,
'garlic-fries': garlicFries,
flour,
jackolantern,
'hot-sauce': hotSauce,
'olive-oil': oliveOil,
Expand Down

0 comments on commit 2ae9488

Please sign in to comment.