A mod for the game Hollow Knight that allows players to send emotes over HkmpPouch.
All Emotes are Satchel.Animation files, where the name of the JSON file is the name of the emote, you can have each emote in any sub-directory structure for organization purposes but the paths in the JSON must be a relative path to the image file.
Here's an example Satchel.Animation
{
"frames": ["1.png"],
"fps": 1,
"loop": true
}
This file will load an image 1.png
as a static image.
This will add an emote by the name of angelsus to your game.
Default Emotes provided by Torny (@tornyzang)