tm-better-chat icon indicating copy to clipboard operation
tm-better-chat copied to clipboard

Allow loading emotes texture from remote URL

Open codecat opened this issue 2 years ago • 0 comments

Currently, we can't load texture paths that are URL's: https://github.com/codecat/tm-better-chat/blob/52ddb00dab85c9691318ac0d23811051318c8faa/src/Emotes.as#L22-L23 We can make this work, but it does require fetching the texture asynchronously. This is a requirement for #8.

codecat avatar Oct 21 '21 09:10 codecat