fix
This commit is contained in:
@@ -33,11 +33,11 @@ export function Background({ background }: BackgroundProps) {
|
||||
backgroundSize: '200px 100px',
|
||||
animation: 'stars 50s linear infinite'
|
||||
};
|
||||
case 'glitch':
|
||||
case 'musume':
|
||||
return {
|
||||
background: 'linear-gradient(45deg, #ff0000, #00ff00, #0000ff, #ffff00, #ff00ff, #00ffff)',
|
||||
backgroundSize: '400% 400%',
|
||||
animation: 'glitch 2s ease infinite'
|
||||
background: 'url("/special/umamusume.gif") no-repeat center center fixed',
|
||||
backgroundSize: 'cover',
|
||||
animation: 'none'
|
||||
};
|
||||
case 'ultimate':
|
||||
return {
|
||||
@@ -47,9 +47,9 @@ export function Background({ background }: BackgroundProps) {
|
||||
};
|
||||
case 'god-tier':
|
||||
return {
|
||||
background: 'url(/src/special/bathtub.gif) no-repeat center center fixed',
|
||||
background: 'url("/special/bathtub.png") no-repeat center center fixed',
|
||||
backgroundSize: 'contain',
|
||||
animation: 'god-tier 10s ease infinite'
|
||||
animation: 'none'
|
||||
};
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user