2013-04-26 00:24:58 +01:00
|
|
|
/**
|
|
|
|
* Phaser
|
|
|
|
*
|
|
|
|
* v0.9.4 - April 24th 2013
|
|
|
|
*
|
|
|
|
* A small and feature-packed 2D canvas game framework born from the firey pits of Flixel and Kiwi.
|
|
|
|
*
|
|
|
|
* Richard Davey (@photonstorm)
|
|
|
|
*
|
|
|
|
* Many thanks to Adam Saltsman (@ADAMATOMIC) for the original Flixel AS3 code on which Phaser is based.
|
|
|
|
*
|
|
|
|
* "If you want your children to be intelligent, read them fairy tales."
|
|
|
|
* "If you want them to be more intelligent, read them more fairy tales."
|
|
|
|
* -- Albert Einstein
|
|
|
|
*/
|
2013-04-20 01:24:38 +01:00
|
|
|
var Phaser;
|
|
|
|
(function (Phaser) {
|
2013-04-25 01:55:56 +01:00
|
|
|
Phaser.VERSION = 'Phaser version 0.9.4';
|
2013-04-20 01:24:38 +01:00
|
|
|
})(Phaser || (Phaser = {}));
|