Add garlic to emoji falling #41

Merged
ashten merged 2 commits from feature/garlic-drop-easter-egg into main 2025-01-19 00:00:19 +00:00
Showing only changes of commit 51c6f6e50e - Show all commits

View file

@ -354,7 +354,7 @@ const easterEggEngine = ref<{ stop: () => void } | null>(null);
const containerEl = shallowRef<HTMLElement>();
function iconLoaded() {
const emojis = defaultStore.state.reactions;
const emojis = [...defaultStore.state.reactions, '🧄'];
const containerWidth = containerEl.value.offsetWidth;
for (let i = 0; i < 32; i++) {
easterEggEmojis.value.push({