Added "blinking child icon" effect.

This commit is contained in:
Fabian Schlenz 2020-07-09 06:42:04 +02:00
parent fd44b217a7
commit 0ac4f9b181
2 changed files with 1 additions and 1 deletions

BIN
data/child.pia Normal file

Binary file not shown.

View File

@ -65,7 +65,7 @@ EffectEntry effects[] = {
/* 28 */ {"lightspeed", true, [](){ return new LightspeedEffect(); }},
/* 29 */ {"koopa", 0, [](){ return new AnimationEffect("/koopa.pia"); }},
/* 30 */ {"cake", 0, [](){ return new AnimationEffect("/cake.pia"); }},
/* 31 */ {"kid", 0, [](){ return new AnimationEffect("/kid.pia"); }},
/* 31 */ {"child", 0, [](){ return AnimationEffect::Blinker("/child.pia", 300, 0xFFFF00); }},
/* 32 */ {"diamond", true, [](){ return new DiamondEffect(); }},
/* 33 */ {"tpm2.net", 0, [](){ return new Tpm2NetEffect(); }},
};