The first would be very nice to have. The second would okay as redundant with trace though a bit easier to use.
-
A show hitbox boolean would be awesome on console. I didn’t even know this existed until a little while ago. It is very helpful.
override public function render():void { super.render(); var o:Array = new Array(); getAll(o); for each (var e:Entity in o) { Draw.hitbox(e, true, 0xFF0000, 1); } }
-
FP.log() would be nice to have out put that is scroll-able.
-
FP.log() could also shadow trace.