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 -1
View File
@@ -3,7 +3,10 @@
/// <reference path="../Signal.ts" />
/**
* Phaser
* Phaser - GameObject
*
* This is the base GameObject on which all other game objects are derived. It contains all the logic required for position,
* motion, size, collision and input.
*/
module Phaser {