This commit is contained in:
2025-08-04 02:17:50 +05:30
parent 3dc5aeee4e
commit df3bd8adbe
13 changed files with 42 additions and 42 deletions

View File

@@ -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: