Skip to content

Commit b0bd866

Browse files
committed
2 parents 57ac826 + b1dbddd commit b0bd866

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

README.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,35 @@
66

77
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.
88

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
2728

2829
Feel free to follow me on twitter [@netcell](https://twitter.com/netcell) and check out [my blog](http://anhnt.ninja)!
2930

3031
## Demo
3132

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/).
3334

3435
## Download
3536

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:
3738
- ~~[bower](http://bower.io/): `bower install --save phaser-inspector`~~
3839

3940
## Usage

0 commit comments

Comments
 (0)