Skip to content

Commit e869591

Browse files
committed
Added minifed build.
1 parent a90606a commit e869591

5 files changed

Lines changed: 3718 additions & 3960 deletions

File tree

Phaser/SoundManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// <reference path="Game.ts" />
2+
/// <reference path="system/Sound.ts" />
23

34
/**
45
* Phaser - SoundManager

Phaser/phaser.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
/**
2-
* Phaser
2+
* Phaser
33
*
4-
* v0.9 - April 18th 2013
4+
* v0.9 - April 18th 2013
55
*
6-
* A small and feature-packed 2D canvas game framework born from the firey pits of Flixel and Kiwi.
6+
* A small and feature-packed 2D canvas game framework born from the firey pits of Flixel and Kiwi.
77
*
8-
* Richard Davey (@photonstorm)
9-
* Adam Saltsman (@ADAMATOMIC) (original Flixel code)
8+
* Richard Davey (@photonstorm)
109
*
11-
* "If you want your children to be intelligent, read them fairy tales."
12-
* "If you want them to be more intelligent, read them more fairy tales."
13-
* -- Albert Einstein
10+
* Many thanks to Adam Saltsman (@ADAMATOMIC) for the original Flixel AS3 code on which Phaser is based.
11+
*
12+
* "If you want your children to be intelligent, read them fairy tales."
13+
* "If you want them to be more intelligent, read them more fairy tales."
14+
* -- Albert Einstein
1415
*/
1516
var Phaser;
1617
(function (Phaser) {

0 commit comments

Comments
 (0)