Browse Source

Update skin-colored animated emoji

master
Eduard Kuzmenko 3 years ago
parent
commit
69d38f78e2
  1. 42
      src/lib/lottieLoader.ts

42
src/lib/lottieLoader.ts

@ -504,41 +504,41 @@ class LottieLoader {
public loadPromise: Promise<void>; public loadPromise: Promise<void>;
public loaded = false; public loaded = false;
// https://github.com/telegramdesktop/tdesktop/blob/35e575c2d7b56446be95561e4565628859fb53d3/Telegram/SourceFiles/chat_helpers/stickers_emoji_pack.cpp#L65 // https://github.com/telegramdesktop/tdesktop/blob/97d8ee75d51874fcb74a9bfadc79f835c82be54a/Telegram/SourceFiles/chat_helpers/stickers_emoji_pack.cpp#L46
private static COLORREPLACEMENTS = [ private static COLORREPLACEMENTS = [
[ [
[0xf77e41, 0xca907a], [0xf77e41, 0xcb7b55],
[0xffb139, 0xedc5a5], [0xffb139, 0xf6b689],
[0xffd140, 0xf7e3c3], [0xffd140, 0xffcda7],
[0xffdf79, 0xfbefd6], [0xffdf79, 0xffdfc5],
], ],
[ [
[0xf77e41, 0xaa7c60], [0xf77e41, 0xa45a38],
[0xffb139, 0xc8a987], [0xffb139, 0xdf986b],
[0xffd140, 0xddc89f], [0xffd140, 0xedb183],
[0xffdf79, 0xe6d6b2], [0xffdf79, 0xf4c3a0],
], ],
[ [
[0xf77e41, 0x8c6148], [0xf77e41, 0x703a17],
[0xffb139, 0xad8562], [0xffb139, 0xab673d],
[0xffd140, 0xc49e76], [0xffd140, 0xc37f4e],
[0xffdf79, 0xd4b188], [0xffdf79, 0xd89667],
], ],
[ [
[0xf77e41, 0x6e3c2c], [0xf77e41, 0x4a2409],
[0xffb139, 0x925a34], [0xffb139, 0x7d3e0e],
[0xffd140, 0xa16e46], [0xffd140, 0x965529],
[0xffdf79, 0xac7a52], [0xffdf79, 0xa96337],
], ],
[ [
[0xf77e41, 0x291c12], [0xf77e41, 0x200f0a],
[0xffb139, 0x472a22], [0xffb139, 0x412924],
[0xffd140, 0x573b30], [0xffd140, 0x593d37],
[0xffdf79, 0x68493c], [0xffdf79, 0x63453f],
] ]
]; ];

Loading…
Cancel
Save