1
0
mirror of https://github.com/brues-code/TwitchEmotes.git synced 2026-09-21 23:26:57 +00:00
  • v3 fdff71922e

    v3 Stable

    brues released this 2026-09-02 21:32:05 +00:00 | 31 commits to main since this release

    Twitch Emotes

    v3 (2026-09-02)

    Full Changelog Previous Releases

    • Add animated emote support
      Animate multi-frame sprite-sheet emotes (e.g. :meow:) using ClassicAPI's
      extended |T texcoord-crop escape, across every context.
      • TwitchEmotes_animation_metadata (per-sheet frame layout) added to
        Emotes.lua; animated emotes' base entries cropped to frame 0 so any
        un-animated context shows a clean first frame, not the whole sheet.
      • TwitchEmotesAnimator.lua: ~30fps ticker advancing the current frame in
        chat lines, the autocomplete popup, dropdown menus, chat bubbles, and
        the stats screen (featured icons + ranked lists).
      • Re-converted sprite sheets to uncompressed, unflipped, native
        dimensions (1.12 cannot decode RLE TGA); fixed Clap.tga which was a
        single 32x32 frame.
    Downloads