BadgerCode / emojichat

Adds support for unicode emojis in the Garry's Mod chatbox
MIT License
8 stars 2 forks source link

Embed emojis in addon #33

Closed BadgerCode closed 5 years ago

BadgerCode commented 5 years ago

To avoid the slight delay when an emoji image is first loaded, the emoji images could be added to the addon. The client would download the images when they connect to the server.

The twemoji lib would need to use a different base URL (the local file, somehow?).

BadgerCode commented 5 years ago

Resolved in #35