Added chat :emoji: support on desktop

This commit is contained in:
Anuken
2022-10-21 10:06:57 -04:00
parent fdd4b756eb
commit 0d2ab11965
4 changed files with 28 additions and 2 deletions

View File

@@ -140,6 +140,8 @@ public class Fonts{
}
}
stringIcons.put("alphachan", stringIcons.get("alphaaaa"));
iconTable = new TextureRegion[512];
iconTable[0] = Core.atlas.find("error");
lastCid = 1;