Skip to content

@excaliburjs/dev-tools@0.25.2

Compare
Choose a tag to compare
@eonarheim eonarheim released this 22 Jan 05:06
· 8 commits to main since this release
> npm install @excaliburjs/dev-tools@0.25.2

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!

UI is built using tweakpane

Using dev tools in your excalibur game!

  1. Install using npm
> npm install @excaliburjs/dev-tools
  1. Inside your game code pass your game to the devtool
const game = new ex.Engine({...});
const devtool = new DevTool(game);
  1. Voila!

image

Full Changelog: https://github.com/excaliburjs/dev-tools/commits/v0.25.2