Skip to content

Commit

Permalink
feat: add dog assets for 64
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed May 5, 2024
1 parent f340beb commit 7af7a9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added assets/dogs/64.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/utils/helpers/tile-color-by-value.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ const styleMap: Record<number, ITileStyle> = {
64: {
bgColor: '#635e53',
textColor: '$white',
image: {
source: require('@assets/dogs/64.jpg'),
alt: 'Bulldog',
},
},
128: {
bgColor: '#523f15',
Expand Down

0 comments on commit 7af7a9f

Please sign in to comment.