1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-22 18:09:33 +00:00

Merge pull request #628 from FunkinCrew/remove-traces

remove bopper trace (FUNK-520)
This commit is contained in:
Cameron Taylor 2024-06-25 13:48:44 -04:00 committed by GitHub
commit 4bd78f4696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,12 +200,10 @@ class Bopper extends StageProp implements IPlayStateScriptedClass
{
if (hasDanced)
{
trace('DanceRight (alternate)');
playAnimation('danceRight$idleSuffix', forceRestart);
}
else
{
trace('DanceLeft (alternate)');
playAnimation('danceLeft$idleSuffix', forceRestart);
}
hasDanced = !hasDanced;