mirror of
https://github.com/wassname/phaser.git
synced 2026-07-02 17:00:42 +08:00
19 lines
572 B
JavaScript
19 lines
572 B
JavaScript
/**
|
|
* Phaser
|
|
*
|
|
* v0.9 - April 18th 2013
|
|
*
|
|
* A small and feature-packed 2D canvas game framework born from the firey pits of Flixel and Kiwi.
|
|
*
|
|
* Richard Davey (@photonstorm)
|
|
* Adam Saltsman (@ADAMATOMIC) (original Flixel code)
|
|
*
|
|
* "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
|
|
*/
|
|
var Phaser;
|
|
(function (Phaser) {
|
|
Phaser.VERSION = 'Phaser version 0.9';
|
|
})(Phaser || (Phaser = {}));
|