diff --git a/src/components/game/animations/MemeAnimation.tsx b/src/components/game/animations/MemeAnimation.tsx index 0d08ea7..278d57b 100644 --- a/src/components/game/animations/MemeAnimation.tsx +++ b/src/components/game/animations/MemeAnimation.tsx @@ -17,7 +17,7 @@ export const MemeAnimation = ({ className = '' }: { className?: string }) => { const newEmoji = { id: Date.now(), symbol: symbols[Math.floor(Math.random() * symbols.length)], - x: Math.random() * 100, + x: Math.random() * 100, // Random position across full width (0-100%) }; return [...current, newEmoji]; }); @@ -56,21 +56,25 @@ export const MemeAnimation = ({ className = '' }: { className?: string }) => { 🌟 - {/* Floating emojis with full width container */} -