fix
This commit is contained in:
@@ -45,6 +45,13 @@ export function Background({ background }: BackgroundProps) {
|
|||||||
backgroundSize: '400% 400%',
|
backgroundSize: '400% 400%',
|
||||||
animation: 'ultimate 5s linear infinite'
|
animation: 'ultimate 5s linear infinite'
|
||||||
};
|
};
|
||||||
|
case 'god-tier':
|
||||||
|
return {
|
||||||
|
background: 'url(/src/special/bathtub.gif) no-repeat center center fixed',
|
||||||
|
backgroundSize: 'contain',
|
||||||
|
animation: 'god-tier 10s ease infinite'
|
||||||
|
};
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return {
|
return {
|
||||||
background: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)'
|
background: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)'
|
||||||
|
|||||||
BIN
src/special/bathtub.png
Normal file
BIN
src/special/bathtub.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 664 KiB |
Reference in New Issue
Block a user