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
+6 -1
View File
@@ -1,7 +1,12 @@
/// <reference path="Game.ts" />
/**
* Phaser
* Phaser - DynamicTexture
*
* A DynamicTexture can be thought of as a mini canvas into which you can draw anything.
* Game Objects can be assigned a DynamicTexture, so when they render in the world they do so
* based on the contents of the texture at the time. This allows you to create powerful effects
* once and have them replicated across as many game objects as you like.
*/
module Phaser {