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;