Added support for animated GIF in animatrix

This commit is contained in:
seerge
2023-03-05 23:14:48 +01:00
parent 52b07843a2
commit 321bc2623d
6 changed files with 122 additions and 49 deletions

View File

@@ -3,8 +3,8 @@
public class Aura
{
static byte[] MESSAGE_SET = { 0x5d, 0xb5 };
static byte[] MESSAGE_APPLY = { 0x5d, 0xb4 };
static byte[] MESSAGE_SET = { 0x5d, 0xb5, 0,0,0 };
static byte[] MESSAGE_APPLY = { 0x5d, 0xb4};
public const int Static = 0;
public const int Breathe = 1;