mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 11:22:44 +00:00
Resort emoji table, added 👑⚓⛵🏡🛡️🎯🐔🤌, removed ❌🤙 (#400)
## Description: I found the old emoji table hard to use in the heat of combat, so I: 1. Reordered it, focusing on putting the arrows in a logical orientation, and each other emoji in some kind of cohesive group. 2. Replace a duplicated 😭 with 👑, useful for telling the idiots attacking you to instead attack the crown, otherwise you'd both dead. 3. Added ⚓⛵🏡🛡️🎯 as I thought they would be useful for mocking/hinting to other payers about ports/warships/cities/defence posts, despite making the table one line longer. The target was mainly added to put something in the middle of the new arrow keypad-layout. 4. Replaced ❌🤙 with 🐔🤌. I feel 👍👎 already does what ❌ does, so remove it to make space for something else: another insult (🐔). I've never seen 'call me' (🤙) used in-game, or even know what it means in the context of the game. But chef's kiss 🤌 is meme-worthy and fun to send to other players. old:  new:  See #399 I've given this a try and I find it much easier to locate and send the kind of emoji I want. The only real oddity are the hearts being all the way down there. But they weren't even together last time, so it's still an improvement. ## Please complete the following: - [✅] I have added screenshots for all UI updates - [✅] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [✅] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: `poddster` aka `Pod#7003` in the old system
This commit is contained in:
@@ -2,16 +2,17 @@ import { LitElement, css, html } from "lit";
|
||||
import { customElement, state } from "lit/decorators.js";
|
||||
|
||||
const emojiTable: string[][] = [
|
||||
["😀", "😱", "🤡", "😡", "🥺"],
|
||||
["😈", "👏", "🥉", "🥈", "🥇"],
|
||||
["🤙", "🥰", "😇", "😊", "🔥"],
|
||||
["💪", "🏳️", "💀", "😭", "🫡"],
|
||||
["🤦♂️", "👎", "👍", "🥱", "💔"],
|
||||
["😎", "❤️", "💰", "🤝", "🖕"],
|
||||
["💥", "🆘", "🕊️", "➡️", "⬅️"],
|
||||
["↙️", "↖️", "↗️", "⬆️", "↘️"],
|
||||
["⬇️", "❓", "⏳", "☢️", "⚠️"],
|
||||
["😭", "😞", "👋", "🐀", "❌"],
|
||||
["😀", "😊", "🥰", "😇", "😎"],
|
||||
["😞", "🥺", "😭", "😱", "😡"],
|
||||
["😈", "🤡", "🖕", "🥱", "🤦♂️"],
|
||||
["👋", "👏", "🤌", "💪", "🫡"],
|
||||
["👍", "👎", "❓", "🐔", "🐀"],
|
||||
["🤝", "🆘", "🕊️", "🏳️", "⏳"],
|
||||
["🔥", "💥", "💀", "☢️", "⚠️"],
|
||||
["↖️", "⬆️", "↗️", "👑", "🥇"],
|
||||
["⬅️", "🎯", "➡️", "🥈", "🥉"],
|
||||
["↙️", "⬇️", "↘️", "❤️", "💔"],
|
||||
["💰", "⚓", "⛵", "🏡", "🛡️"],
|
||||
];
|
||||
|
||||
@customElement("emoji-table")
|
||||
|
||||
Reference in New Issue
Block a user