One detail I forgot is that in Kade there are lines in PlayState that say if (FlxG.keys.justPressed.NINE) { if (iconP1.animation.curAnim.name == 'bf-old') iconP1.animation.play(SONG.player1); else iconP1.animation.play('bf-old'); } Delete them and replace them with: (only if you use separated icons method) if (FlxG.keys.justPressed.NINE) iconP1.swapOldIcon();
@urden80442 жыл бұрын
Cool tutorial
@randumbbeyonglol98972 жыл бұрын
I made the thumbnail ^_^
@Rafael-iz5fw2 жыл бұрын
Que chido
@luisfabianleon68952 жыл бұрын
XD
@CanhDuy20062 жыл бұрын
How did you get Daddy Dearest losing icons?
@chummy88572 жыл бұрын
they're in the description of the video
@Tommy_z4p2 жыл бұрын
MasterEditorMenu.hx:67: lines 67-116 : Expected , or ) help