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
+3 -10
View File
@@ -1,16 +1,9 @@
/// <reference path="../Game.ts" />
/**
* RequestAnimationFrame
*
* @desc Abstracts away the use of RAF or setTimeOut for the core game update loop. The callback can be re-mapped on the fly.
*
* @version 0.3 - 15th October 2012
* @author Richard Davey
*/
/**
* Phaser
* Phaser - RequestAnimationFrame
*
* Abstracts away the use of RAF or setTimeOut for the core game update loop. The callback can be re-mapped on the fly.
*/
module Phaser {