Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Added a 2nd costume to the Dango Cat, one with a bite.
  • Loading branch information
teamsonic2011 authored Sep 21, 2024
1 parent b6d6474 commit c176f35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/default-project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ const defaultProject = translator => {
assetType: 'ImageVector',
dataFormat: 'SVG',
data: encoder.encode(costume1)
}, {
id: 'f249ed2a00a832fec578aa3676c37d01',
assetType: 'ImageVector',
dataFormat: 'SVG',
data: encoder.encode(costume2)
}];
};

Expand Down

0 comments on commit c176f35

Please sign in to comment.