phaser/Phaser/Phaser.ts

23 lines
628 B
TypeScript
Raw Normal View History

2013-04-18 13:16:18 +00:00
/**
2013-04-18 15:49:08 +00:00
* Phaser
2013-04-18 13:16:18 +00:00
*
2013-05-28 20:38:37 +00:00
* v1.0.0 - June XX 2013
2013-04-18 13:16:18 +00:00
*
2013-04-18 15:49:08 +00:00
* A small and feature-packed 2D canvas game framework born from the firey pits of Flixel and Kiwi.
2013-04-18 13:16:18 +00:00
*
2013-04-18 15:49:08 +00:00
* 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 took a lot of inspiration.
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
*/
module Phaser {
2013-05-28 20:38:37 +00:00
export var VERSION: string = 'Phaser version 1.0.0';
2013-04-18 13:16:18 +00:00
}