I have enabled the console in my AS3 project like so:
public function Main():void
{
super(640, 480, 60, false);
FP.console.enable();
}
But when I press tilde, the hitbox stuff doesn’t show up. Nothing happens. I’m using FlashPunk 1.7.0 and FlashDevelop 4.4.3 RTM with Flex Sdk 4.6
I’m following this tutorial series: http://www.youtube.com/watch?v=_fgzzPA5TH4