Complete 0.9 release

This commit is contained in:
Richard Davey
2013-04-18 16:49:08 +01:00
parent 64d57b8e05
commit a90606a28a
64 changed files with 1095 additions and 1210 deletions
+4 -10
View File
@@ -1,16 +1,10 @@
/// <reference path="Game.ts" />
/**
* This is a useful "generic" object.
* Both <code>GameObject</code> and <code>Group</code> extend this class,
* as do the plugins. Has no size, position or graphical data.
*
* @author Adam Atomic
* @author Richard Davey
*/
/**
* Phaser
* Phaser - Basic
*
* A useful "generic" object on which all GameObjects and Groups are based.
* It has no size, position or graphical data.
*/
module Phaser {