Open ChromaSen opened 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; }
what does line 182 look like?
line 182
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
code on 183-193 is