add garlic to emoji falling

This commit is contained in:
Leah 2025-01-18 23:53:34 +01:00
parent 53f0cefd04
commit 51c6f6e50e

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({