bitDecayGames / haxeflixel-template

Basic game template with FMOD and Bitlytics tie-ins ready to build from
3 stars 1 forks source link

Build debug integration to allow easy toggling of debug draw layers #63

Closed MondayHopscotch closed 11 months ago

MondayHopscotch commented 11 months 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)

Advanced integration: Provide a menu to customize the draw debug, either layer, or something else.