Skip to content

Commit

Permalink
Updated doc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 5, 2014
1 parent 0896c2f commit 02b75b9
Show file tree
Hide file tree
Showing 182 changed files with 70,133 additions and 16,656 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Version: 1.1.4 "Kandor" - Released: February 5th 2014

By Richard Davey, [Photon Storm](http://www.photonstorm.com)

View the [Official Website](http://phaser.io)<br />
Follow on [Twitter](https://twitter.com/photonstorm)<br />
Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/)<br />
Try out 210+ [Phaser Examples](http://examples.phaser.io)<br />
Read the [documentation online](http://docs.phaser.io)
* View the [Official Website](http://phaser.io)
* Follow on [Twitter](https://twitter.com/photonstorm)
* Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/)
* Try out 220+ [Phaser Examples](http://examples.phaser.io)
* Read the [documentation online](http://docs.phaser.io)

[Subscribe to our new Phaser Newsletter](https://confirmsubscription.com/h/r/369DE48E3E86AF1E). We'll email you when new versions are released as well as send you our regular Phaser game making magazine.

Expand Down
67 changes: 32 additions & 35 deletions docs/Animation.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
<a href="Phaser.Device.html">Device</a>
</li>

<li>
<a href="Phaser.DOMSprite.html">DOMSprite</a>
</li>

<li>
<a href="Phaser.Easing.html">Easing</a>
</li>
Expand Down Expand Up @@ -162,6 +166,14 @@
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>

<li>
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>

<li>
<a href="Phaser.GamepadButton.html">GamepadButton</a>
</li>

<li>
<a href="Phaser.Graphics.html">Graphics</a>
</li>
Expand All @@ -186,6 +198,10 @@
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>

<li>
<a href="Phaser.Line.html">Line</a>
</li>

<li>
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
Expand Down Expand Up @@ -278,6 +294,10 @@
<a href="Phaser.Signal.html">Signal</a>
</li>

<li>
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>

<li>
<a href="Phaser.Sound.html">Sound</a>
</li>
Expand Down Expand Up @@ -342,6 +362,10 @@
<a href="Phaser.Timer.html">Timer</a>
</li>

<li>
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>

<li>
<a href="Phaser.Touch.html">Touch</a>
</li>
Expand Down Expand Up @@ -374,36 +398,6 @@
</ul>
</li>

<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="global.html#bottom">bottom</a>
</li>

<li>
<a href="global.html#HEXtoRGB">HEXtoRGB</a>
</li>

<li>
<a href="global.html#render">render</a>
</li>

<li>
<a href="global.html#renderXY">renderXY</a>
</li>

<li>
<a href="global.html#right">right</a>
</li>


</ul>
</li>

</ul>
</div>
</div>
Expand All @@ -423,7 +417,7 @@ <h1 class="page-title">Source: animation/Animation.js</h1>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey &lt;[email protected]>
* @copyright 2013 Photon Storm Ltd.
* @copyright 2014 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/

Expand Down Expand Up @@ -466,7 +460,7 @@ <h1 class="page-title">Source: animation/Animation.js</h1>
this.name = name;

/**
* @property {object} _frames
* @property {array} _frames
* @private
*/
this._frames = [];
Expand All @@ -483,7 +477,8 @@ <h1 class="page-title">Source: animation/Animation.js</h1>
this.looped = looped;

/**
* @property {boolean} looped - The loop state of the Animation.
* @property {boolean} killOnComplete - Should the parent of this Animation be killed when the animation completes?
* @default
*/
this.killOnComplete = false;

Expand Down Expand Up @@ -750,6 +745,8 @@ <h1 class="page-title">Source: animation/Animation.js</h1>

};

Phaser.Animation.prototype.constructor = Phaser.Animation;

/**
* @name Phaser.Animation#paused
* @property {boolean} paused - Gets and sets the paused state of this Animation.
Expand Down Expand Up @@ -906,13 +903,13 @@ <h1 class="page-title">Source: animation/Animation.js</h1>


<span class="copyright">
Phaser Copyright © 2012-2013 Photon Storm Ltd.
Phaser Copyright © 2012-2014 Photon Storm Ltd.
</span>
<br />

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Thu Nov 28 2013 15:56:25 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
on Wed Feb 05 2014 06:28:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
Expand Down
62 changes: 29 additions & 33 deletions docs/AnimationManager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
<a href="Phaser.Device.html">Device</a>
</li>

<li>
<a href="Phaser.DOMSprite.html">DOMSprite</a>
</li>

<li>
<a href="Phaser.Easing.html">Easing</a>
</li>
Expand Down Expand Up @@ -162,6 +166,14 @@
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>

<li>
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>

<li>
<a href="Phaser.GamepadButton.html">GamepadButton</a>
</li>

<li>
<a href="Phaser.Graphics.html">Graphics</a>
</li>
Expand All @@ -186,6 +198,10 @@
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>

<li>
<a href="Phaser.Line.html">Line</a>
</li>

<li>
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
Expand Down Expand Up @@ -278,6 +294,10 @@
<a href="Phaser.Signal.html">Signal</a>
</li>

<li>
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>

<li>
<a href="Phaser.Sound.html">Sound</a>
</li>
Expand Down Expand Up @@ -342,6 +362,10 @@
<a href="Phaser.Timer.html">Timer</a>
</li>

<li>
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>

<li>
<a href="Phaser.Touch.html">Touch</a>
</li>
Expand Down Expand Up @@ -374,36 +398,6 @@
</ul>
</li>

<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="global.html#bottom">bottom</a>
</li>

<li>
<a href="global.html#HEXtoRGB">HEXtoRGB</a>
</li>

<li>
<a href="global.html#render">render</a>
</li>

<li>
<a href="global.html#renderXY">renderXY</a>
</li>

<li>
<a href="global.html#right">right</a>
</li>


</ul>
</li>

</ul>
</div>
</div>
Expand All @@ -423,7 +417,7 @@ <h1 class="page-title">Source: animation/AnimationManager.js</h1>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey &lt;[email protected]>
* @copyright 2013 Photon Storm Ltd.
* @copyright 2014 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/

Expand Down Expand Up @@ -734,6 +728,8 @@ <h1 class="page-title">Source: animation/AnimationManager.js</h1>

};

Phaser.AnimationManager.prototype.constructor = Phaser.AnimationManager;

/**
* @name Phaser.AnimationManager#frameData
* @property {Phaser.FrameData} frameData - The current animations FrameData.
Expand Down Expand Up @@ -863,13 +859,13 @@ <h1 class="page-title">Source: animation/AnimationManager.js</h1>


<span class="copyright">
Phaser Copyright © 2012-2013 Photon Storm Ltd.
Phaser Copyright © 2012-2014 Photon Storm Ltd.
</span>
<br />

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Thu Nov 28 2013 15:56:25 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
on Wed Feb 05 2014 06:28:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
Expand Down
Loading

0 comments on commit 02b75b9

Please sign in to comment.