mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-02 00:27:11 +00:00
remove bopper trace
This commit is contained in:
parent
1757532097
commit
8a144352a0
|
@ -200,12 +200,10 @@ class Bopper extends StageProp implements IPlayStateScriptedClass
|
||||||
{
|
{
|
||||||
if (hasDanced)
|
if (hasDanced)
|
||||||
{
|
{
|
||||||
trace('DanceRight (alternate)');
|
|
||||||
playAnimation('danceRight$idleSuffix', forceRestart);
|
playAnimation('danceRight$idleSuffix', forceRestart);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
trace('DanceLeft (alternate)');
|
|
||||||
playAnimation('danceLeft$idleSuffix', forceRestart);
|
playAnimation('danceLeft$idleSuffix', forceRestart);
|
||||||
}
|
}
|
||||||
hasDanced = !hasDanced;
|
hasDanced = !hasDanced;
|
||||||
|
|
Loading…
Reference in a new issue