We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3aba5c commit f87255dCopy full SHA for f87255d
preload/scripts/characters/pico-playable.hxc
@@ -268,8 +268,6 @@ class PicoPlayerCharacter extends MultiSparrowCharacter {
268
function onAnimationFrame(name:String, frameNumber:Int, frameIndex:Int) {
269
super.onAnimationFrame(name, frameNumber, frameIndex);
270
271
- trace('onAnimationFrame: ' + name + ' ' + frameNumber + ' ' + frameIndex);
272
-
273
if (name == "firstDeath" && frameNumber == 36 - 1) {
274
if (deathSpriteRetry != null && deathSpriteRetry.animation != null)
275
{
0 commit comments