|
6 | 6 |
|
7 | 7 | The plugin is written using [Angular.js](https://angularjs.org/) and ES6, compiled with [Babel](babeljs.io) and [Browserify](http://browserify.org/), tested on Phaser 2.1.3 and Phaser 2.4.3 running on Google Chrome Version 45.0.2454.85 (64-bit) on OSX Yosemite.
|
8 | 8 |
|
9 |
| -**Feature:** |
10 |
| -- Display objects tree inspection |
11 |
| -- Display object class guessing |
12 |
| -- Display object name guessing (by looking for this./name/ in parents) |
13 |
| -- Text as name for Phaser.Text |
14 |
| -- Display objects search by name and class |
15 |
| -- Display object destroy/kill/hide |
16 |
| -- Properties inspection and editting |
17 |
| -- Texture display for sprite/image |
18 |
| -- Bounds drawing (togglable) |
19 |
| -- States list and state change |
20 |
| -- Floating, reziable and draggable panel |
21 |
| -- Panel remember position on page reload |
22 |
| -- Close/minize panel |
23 |
| -- Non-case-sensitive search |
24 |
| -- (Coming soon) Transparent/Clickthrough panel |
25 |
| -- (Coming soon) Sprite/Image load Texture |
26 |
| -- (Coming...er...not sure when) Optimize when displaying too many display objects on the tree |
| 9 | +**Working features:** |
| 10 | +- Display objects **tree** inspection. |
| 11 | +- Display object **class** guessing. |
| 12 | +- Display object **name** guessing (by looking for `this./name/` in parents). |
| 13 | +- **Text** as name for Phaser.Text. |
| 14 | +- Display objects **non-case-sensitive search** by name and class. |
| 15 | +- Display object **destroy/kill/hide**. |
| 16 | +- **Properties** inspection and editting. |
| 17 | +- **Texture display** for sprite/image |
| 18 | +- **Bounds** drawing |
| 19 | +- **States** list and state change |
| 20 | +- **Floating**, **resizable** and **draggable** panel |
| 21 | +- Panel **remember** position on page reload |
| 22 | +- **Close/minimize** panel |
| 23 | + |
| 24 | +**Upcoming features:** |
| 25 | +- **Transparent/Clickthrough** panel |
| 26 | +- Sprite/Image **load Texture** |
| 27 | +- **Optimize** when displaying too many display objects on the tree |
27 | 28 |
|
28 | 29 | Feel free to follow me on twitter [@netcell](https://twitter.com/netcell) and check out [my blog](http://anhnt.ninja)!
|
29 | 30 |
|
30 | 31 | ## Demo
|
31 | 32 |
|
32 |
| -Check the `example` folder (please run `bower install` before that, and serve the folder on a server/localhost) or try that example rightaway on ~~this codepen~~ (coming soon). |
| 33 | +Check the `example` folder (please run `bower install` before that, and serve the folder on a server/localhost) or try that example rightaway on [this codepen](http://codepen.io/netcell/full/gapZWG/). |
33 | 34 |
|
34 | 35 | ## Download
|
35 | 36 |
|
36 |
| -The source is available for download from ~~[latest release](https://github.com/netcell/phaser-inspector/releases)~~ or by cloning the repository or download the files in `build` folder. Alternatively, you can install via: |
| 37 | +The source is available for download from [latest release](https://github.com/netcell/phaser-inspector/releases) or by cloning the repository or download the files in `build` folder. Alternatively, you can install via: |
37 | 38 | - ~~[bower](http://bower.io/): `bower install --save phaser-inspector`~~
|
38 | 39 |
|
39 | 40 | ## Usage
|
|
0 commit comments