phaser/wip/TS Source/Phaser.js

24 lines
832 B
JavaScript
Raw Normal View History

/// <reference path="_definitions.ts" />
2013-04-18 13:16:18 +00:00
/**
* Phaser - http://www.phaser.io
2013-04-18 13:16:18 +00:00
*
2013-08-02 11:38:56 +00:00
* v1.0.0 - August 12th 2013
2013-04-18 13:16:18 +00:00
*
* A feature-packed 2D canvas game framework born from the firey pits of Flixel and
* constructed via plenty of blood, sweat, tears and coffee by Richard Davey (@photonstorm).
2013-04-18 13:16:18 +00:00
*
2013-05-28 20:38:37 +00:00
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from both which Phaser
* and my love of game development originate.
*
* Follow Phaser progress at http://www.photonstorm.com
2013-04-18 15:49:08 +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-18 13:16:18 +00:00
*/
var Phaser;
(function (Phaser) {
Phaser.VERSION = 'Phaser version 1.0.0';
Phaser.GAMES = [];
})(Phaser || (Phaser = {}));