2013-05-29 01:58:56 +00:00
|
|
|
/**
|
|
|
|
* Phaser
|
|
|
|
*
|
|
|
|
* v1.0.0 - June XX 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 releasing Flixel, from both which Phaser
|
|
|
|
* and my love of game development took a lot of inspiration.
|
|
|
|
*
|
|
|
|
* "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-05-28 20:38:37 +00:00
|
|
|
Phaser.VERSION = 'Phaser version 1.0.0';
|
2013-04-20 00:24:38 +00:00
|
|
|
})(Phaser || (Phaser = {}));
|