2013-04-25 23:24:58 +00:00
|
|
|
/**
|
|
|
|
* Phaser
|
|
|
|
*
|
2013-04-29 01:41:19 +00:00
|
|
|
* v0.9.5 - April 28th 2013
|
2013-04-25 23:24:58 +00:00
|
|
|
*
|
|
|
|
* A small and feature-packed 2D canvas game framework born from the firey pits of Flixel and Kiwi.
|
|
|
|
*
|
|
|
|
* Richard Davey (@photonstorm)
|
|
|
|
*
|
2013-05-01 03:10:21 +00:00
|
|
|
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel on which Phaser took a lot of inspiration.
|
2013-04-25 23:24:58 +00:00
|
|
|
*
|
|
|
|
* "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 00:24:38 +00:00
|
|
|
var Phaser;
|
|
|
|
(function (Phaser) {
|
2013-04-29 01:41:19 +00:00
|
|
|
Phaser.VERSION = 'Phaser version 0.9.5';
|
2013-04-20 00:24:38 +00:00
|
|
|
})(Phaser || (Phaser = {}));
|