Closed MondayHopscotch closed 1 year ago
It seems quite easy to expand the flixel debugger to include our own tooling buttons: https://github.com/AustinEast/echo-flixel/blob/master/echo/FlxEcho.hx#L96
Many of the tools also have windows associated with them. This would be very cool to integrate into our template project
Basic integration: Button to allow toggling of our own internal debug drawing (the DrawDebug tooling)
DrawDebug
Advanced integration: Provide a menu to customize the draw debug, either layer, or something else.
It seems quite easy to expand the flixel debugger to include our own tooling buttons: https://github.com/AustinEast/echo-flixel/blob/master/echo/FlxEcho.hx#L96
Many of the tools also have windows associated with them. This would be very cool to integrate into our template project
Basic integration: Button to allow toggling of our own internal debug drawing (the
DrawDebug
tooling)Advanced integration: Provide a menu to customize the draw debug, either layer, or something else.