[READ-ONLY] Mirror of https://github.com/excaliburjs/Excalibur. 🎮 Your friendly TypeScript 2D game engine for the web 🗡️ excaliburjs.com
excalibur excaliburjs game-development game-engine game-framework gamedev games html5-canvas typescript
2

Configure Feed

Select the types of activity you want to include in your feed.

docs: Add dev tool extension

Erik Onarheim (Oct 8, 2024, 6:49 PM -0500) 4cc6d892 17a49a32

+15 -1
+9 -1
site/docs/02-fundamentals/07-debugging.mdx
··· 4 4 section: Fundamentals 5 5 --- 6 6 7 - There are a couple gotchas that can bite new developers in excalibur. We recommend using the [Excalibur Debug Browser Extension](https://github.com/excaliburjs/excalibur-extension) 7 + ## Excalibur Dev Tool Browser Extension 8 + 9 + There are a couple gotchas that can bite new developers in excalibur. We recommend using the [Excalibur Dev Tool Browser Extension](https://github.com/excaliburjs/excalibur-extension) 10 + 11 + ![excalibur dev tool extension](extension.gif) 12 + 13 + Install the extension in your favorite browser 14 + * [Install in Chrome](https://chromewebstore.google.com/detail/excalibur-dev-tools/dinddaeielhddflijbbcmpefamfffekc) 15 + * [Install in Firefox](https://addons.mozilla.org/en-US/firefox/addon/excalibur-dev-tools/) 8 16 9 17 :::tip 10 18
site/docs/02-fundamentals/extension.gif

This is a binary file and will not be displayed.

+6
site/docs/13-plugins/16-dev-tool.mdx
··· 4 4 section: Plugins 5 5 --- 6 6 7 + :::warning 8 + 9 + The dev tool plugin is no longer supported in later versions, use the [browser extension](/docs/debugging) instead. 10 + 11 + ::: 12 + 7 13 This is a dev tool to help you debug your game written in excalibur. 8 14 9 15 This tool allows you to see information about the engine, currentScene, camera, clock, entities, and more!