mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
remove bopper trace
This commit is contained in:
parent
78bbf5a7aa
commit
aa24dc4aa0
1 changed files with 0 additions and 2 deletions
|
@ -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