update emojis

This commit is contained in:
Evan
2024-12-13 19:39:54 -08:00
parent 05746ebecd
commit c93bca059f
2 changed files with 17 additions and 7 deletions
@@ -1,11 +1,11 @@
import {LitElement, html, css} from 'lit';
import {customElement, state} from 'lit/decorators.js';
import { LitElement, html, css } from 'lit';
import { customElement, state } from 'lit/decorators.js';
const emojiTable: string[][] = [
["😀", "😱", "🤩", "🎯", "🥺"],
["🪦", "👏", "🥉", "🥈", "🥇"],
["😀", "😱", "🤡", "😡", "🥺"],
["😈", "👏", "🥉", "🥈", "🥇"],
["🤙", "🥰", "😇", "😊", "🔥"],
["💪", "🥳", "💀", "😭", "🤦‍♂️"],
["💪", "🏳️", "💀", "😭", "🤦‍♂️"],
["😎", "👎", "👍", "🥱", "💔"],
["❤️", "💰", "🤝", "🛡️", "💥"],
["🆘", "🕊️", "➡️", "⬅️", "↙️"],