This is a dev tool to help you debug your game written in excalibur.
This tool allows you to see information about the engine, currentScene, camera, clock, entities, and more!
> npm install @excaliburjs/dev-tools
const game = new ex.Engine({...});
const devtool = new DevTool(game);