Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Jun 22, 2022
1 parent c1d4be8 commit 0675df8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions artbase/collections.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ var Collections = []Collection{
Path: "./coolcats.png",
Url: "https://github.com/cryptopunksnotdead/awesome-24px/raw/master/collection/coolcats.png" },

{Name: "luckycats", Width: 32, Height: 32,
Path: "./luckycats.png",
Url: "https://github.com/cryptopunksnotdead/punks.sandbox/raw/master/luckycats/i/luckycats-32x32.png",
Count: 9 },


{Name: "mooncatrescue", Width: 24, Height: 24,
Path: "./mooncatrescue.png",
Url: "https://github.com/cryptocopycats/awesome-mooncatrescue-bubble/raw/master/i/mooncatrescue.png" },
Expand All @@ -106,6 +112,11 @@ var Collections = []Collection{



{Name: "candybears", Width: 24, Height: 24,
Path: "./candybears.png",
Url: "https://github.com/cryptopunksnotdead/punks.sandbox/raw/master/candybears/i/candybears-24x24.png",
Count: 12 },


{Name: "bears", Width: 24, Height: 24,
Path: "./bears.png",
Expand Down

0 comments on commit 0675df8

Please sign in to comment.