mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
21 lines
589 B
TypeScript
21 lines
589 B
TypeScript
/**
|
|
* Phaser
|
|
*
|
|
* v0.9.5 - April 28th 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 on which Phaser 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
|
|
*/
|
|
|
|
module Phaser {
|
|
|
|
export var VERSION: string = 'Phaser version 0.9.5';
|
|
|
|
}
|