KadeArchive / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
409 stars 593 forks source link

source/DialogueBox.hx:183: characters 2-6 : Expected } pls help #1137

Open ChromaSen opened 3 years ago

ChromaSen commented 3 years ago

code on 183-193 is

    else if (PlayState.SONG.song.toLowerCase()=='waterfall' || PlayState.SONG.song.toLowerCase()=='showdown')
    {
        portraitRight = new FlxSprite(0, 40);
        portraitRight.frames = Paths.getSparrowAtlas('portraits/boyfriendPortrait', 'shared');
        portraitRight.animation.addByPrefix('enter', 'BF Portrait Enter instance', 24, false);
        portraitRight.setGraphicSize(Std.int(portraitRight.width * PlayState.daPixelZoom * 0.9));
        portraitRight.updateHitbox();
        portraitRight.scrollFactor.set();
        add(portraitRight);
        portraitRight.visible = false;
    }
Lucky-56 commented 3 years ago

what does line 182 look like?

Lucky-56 commented 3 years ago

hello? how am I supposed to help if you don't answer... if this issue is still present, please respond

else close this issue. thanks :3