fix: Refreshed emoji alignment

This commit is contained in:
Gerard Gascón 2024-01-28 00:43:57 +01:00
parent 2c91a0cb0f
commit 77ae46c7cd
2 changed files with 45 additions and 1 deletions

View file

@ -29,7 +29,7 @@ namespace Messaging {
private Lives _lives;
private readonly Regex _emojiGetter = new("<([a-z]+)(?![^>]*\\/>)[^>]*>");
private const int NumEmojis = 34;
private const int NumEmojis = 35;
private EmojiButtonManager _emojiButtonManager;
private void Awake() {