Skip to content

Commit

Permalink
Add Grapefruit and Tamale
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyikp committed Sep 5, 2023
1 parent 87a8420 commit a199695
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 19 additions & 6 deletions src/dog/presets/DrawdogPresets.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,17 +289,17 @@ export const DRAWDOG_PRESETS: $ReadOnlyArray<DrawdogPreset> = [
skinColor: '#b695ec',
},
{
clothes: 'Kerchief',
clothesColor: '#5d7c63',
clothes: 'Hoodie',
clothesColor: '#fab1e7',
hair: 'Simple',
hats: [
{
name: 'Bow',
color: '#fea8a8',
name: 'Beanie',
color: '#b996c2',
},
],
name: 'Gnocchi Spaghetti',
skinColor: '#fef0f0',
name: 'Grapefruit',
skinColor: '#ffffae',
},
{
clothes: 'Bee',
Expand Down Expand Up @@ -704,4 +704,17 @@ export const DRAWDOG_PRESETS: $ReadOnlyArray<DrawdogPreset> = [
name: 'Taco',
skinColor: '#ffaf50',
},
{
clothes: 'Hoodie',
clothesColor: '#a020f0',
hair: 'Simple',
hats: [
{
name: 'Brimcap',
color: '#a020f0',
},
],
name: 'Tamale',
skinColor: '#ffff00',
},
];

0 comments on commit a199695

Please sign in to comment.