mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-08-28 16:39:16 -04:00
weed
This commit is contained in:
parent
2d60ff427e
commit
fd0120aa2c
8 changed files with 9 additions and 2 deletions
|
@ -393,7 +393,7 @@ class Character extends FlxSprite
|
|||
|
||||
override function update(elapsed:Float)
|
||||
{
|
||||
if (curCharacter != 'bf')
|
||||
if (!curCharacter.startsWith('bf'))
|
||||
{
|
||||
if (animation.curAnim.name.startsWith('sing'))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue