update emotes

This commit is contained in:
_Bastler 2021-07-03 11:15:18 +02:00
parent 74823177f5
commit 7932b7488f

View File

@ -2,7 +2,7 @@ import {emoteEventStream} from "../../Connexion/EmoteEventStream";
import type {GameScene} from "./GameScene";
import type {Subscription} from "rxjs";
export const emotes: string[] = ['❤️', '👏', '✋', '🙏', '👍', '👎'];
export const emotes: string[] = ['❤️', '👏', '✋', '🍻', '🥂', '👌', '👎', '💯','❗️', '❓','🎶'];
export class EmoteManager {
private subscription: Subscription;