https://github.com/zewa666/grid-engine-devtools
A DevTools extension for the Grid Engine Phaser 3 plugin
https://github.com/zewa666/grid-engine-devtools
Last synced: about 2 months ago
JSON representation
A DevTools extension for the Grid Engine Phaser 3 plugin
- Host: GitHub
- URL: https://github.com/zewa666/grid-engine-devtools
- Owner: zewa666
- License: mit
- Created: 2022-04-01T20:00:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T18:51:37.000Z (about 3 years ago)
- Last Synced: 2025-03-26T15:21:15.929Z (2 months ago)
- Language: TypeScript
- Size: 801 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grid Engine DevTools
This is a Chrome DevTools extension for the [Grid Engine plugin for Phaser 3](https://annoraaq.github.io/grid-engine/).
Install the extension in the [Google Chrome Web Store](https://chrome.google.com/webstore/detail/grid-engine-devtools/moplhbafnakhjjehlmpedbmbomcmgope)

## How to use?
When creating your scene, make sure to expose your gridEngine instance via `window.__GRID_ENGINE__`. (see `public/game.js` for an example).After that open the DevTools and navigate to the new panel `Grid Engine`.
## Ideas? New Features?
Let me hear your feedback and ideas. Create an issue and let's discuss.