mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
16 lines
584 B
JavaScript
16 lines
584 B
JavaScript
/**
|
|
* @author Richard Davey <rich@photonstorm.com>
|
|
* @copyright 2014 Photon Storm Ltd.
|
|
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
|
|
*/
|
|
|
|
/**
|
|
* @overview
|
|
*
|
|
* Many thanks to Adam Saltsman (@ADAMATOMIC) for creating Flixel, from which both Phaser and my love of game development originate.
|
|
*
|
|
* "If you want your children to be intelligent, read them fairy tales."<br />
|
|
* "If you want them to be more intelligent, read them more fairy tales."<br />
|
|
* -- Albert Einstein
|
|
*/
|