Placeholder assets

This commit is contained in:
2022-08-25 23:20:52 +02:00
parent 4d383af59d
commit 2a33aca802
7 changed files with 19 additions and 0 deletions

View File

@@ -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 Depending on the discord presence availability we could use presence updates
or use the Spotify API directly. or use the Spotify API directly.
Considering the instability of both the Spotify and LastFM APIs, we might need an alternative 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
-

BIN
assets/border.afdesign Normal file

Binary file not shown.

11
assets/border.svg Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 300 500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path d="M300,0L0,0L0,500L300,500L300,0ZM288.08,9.448L62.598,9.448L11.92,59.395L11.92,490.552L288.08,490.552L288.08,9.448Z" style="fill:rgb(235,235,235);"/>
<g transform="matrix(1.62822e-17,-0.265908,2.33497,1.42976e-16,-846.774,503.331)">
<rect x="12.527" y="362.649" width="276.556" height="128.481" style="fill:url(#_Linear1);"/>
</g>
<defs>
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(276.556,0,0,128.481,12.5273,426.889)"><stop offset="0" style="stop-color:white;stop-opacity:0.7"/><stop offset="1" style="stop-color:rgb(235,235,235);stop-opacity:0.7"/></linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB