diff --git a/IdeaDump.md b/IdeaDump.md index cd76f77..dfc7db3 100644 --- a/IdeaDump.md +++ b/IdeaDump.md @@ -121,3 +121,11 @@ this moved to stage 3 or later to counter stagnation of user aquisition Depending on the discord presence availability we could use presence updates or use the Spotify API directly. Considering the instability of both the Spotify and LastFM APIs, we might need an alternative + +### On rendering animation +short clips easily take up to 10 sec top render +webp not supported by discord, gif is huge af +To hide the rendering dely we could +- prerender fixed "claim animations" +- not reveal the claimed cards immediately +- \ No newline at end of file diff --git a/assets/border.afdesign b/assets/border.afdesign new file mode 100644 index 0000000..b8b1d69 Binary files /dev/null and b/assets/border.afdesign differ diff --git a/assets/border.svg b/assets/border.svg new file mode 100644 index 0000000..b444dd9 --- /dev/null +++ b/assets/border.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/cards/bandmaid/akane.gif b/assets/cards/bandmaid/akane.gif new file mode 100644 index 0000000..45444eb Binary files /dev/null and b/assets/cards/bandmaid/akane.gif differ diff --git a/assets/cards/vocaloid/miku_animated.gif b/assets/cards/vocaloid/miku_animated.gif new file mode 100644 index 0000000..7f8db54 Binary files /dev/null and b/assets/cards/vocaloid/miku_animated.gif differ diff --git a/assets/cards/vocaloid/miku_animated.webp b/assets/cards/vocaloid/miku_animated.webp new file mode 100644 index 0000000..a853562 Binary files /dev/null and b/assets/cards/vocaloid/miku_animated.webp differ diff --git a/assets/cards/vocaloid/miku_animated2.webp b/assets/cards/vocaloid/miku_animated2.webp new file mode 100644 index 0000000..ecd5194 Binary files /dev/null and b/assets/cards/vocaloid/miku_animated2.webp differ