From 7932b7488f5d0dbe3e06bbc0b81c3e337c9e6ff7 Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Sat, 3 Jul 2021 11:15:18 +0200 Subject: [PATCH] update emotes --- front/src/Phaser/Game/EmoteManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/Phaser/Game/EmoteManager.ts b/front/src/Phaser/Game/EmoteManager.ts index 8316240c..ae4a90a3 100644 --- a/front/src/Phaser/Game/EmoteManager.ts +++ b/front/src/Phaser/Game/EmoteManager.ts @@ -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;