Skip to content

Commit

Permalink
Merge pull request #671 from photonstorm/release/v2.16.0
Browse files Browse the repository at this point in the history
Release Phaser CE v2.16.0
  • Loading branch information
photonstorm committed Jun 17, 2020
2 parents e0d385d + 84ed522 commit 6db6a8b
Show file tree
Hide file tree
Showing 223 changed files with 9,821 additions and 7,987 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## Version 2.16.0 - 1 Jun 2020

### API Changes

Expand All @@ -9,9 +9,9 @@

### New Features

- Phaser.Camera#fadeIn is a new camera effect. It does the opposite of [Phaser.Camera#fade](https://photonstorm.github.io/phaser-ce/Phaser.Camera.html#fade).
- Phaser.SoundManager#onStateChange is a new signal, dispatched when the Web Audio context changes [state](https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/state), when using Web Audio.
- Phaser.Utils.Debug#state shows the current game state.
- [Phaser.Camera#fadeIn](https://photonstorm.github.io/phaser-ce/Phaser.Camera.html#fadeIn) is a new camera effect. It does the opposite of [Phaser.Camera#fade](https://photonstorm.github.io/phaser-ce/Phaser.Camera.html#fade).
- [Phaser.SoundManager#onStateChange](https://photonstorm.github.io/phaser-ce/Phaser.SoundManager.html#onStateChange) is a new signal, dispatched when the Web Audio context changes [state](https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/state), when using Web Audio.
- [Phaser.Utils.Debug#state](https://photonstorm.github.io/phaser-ce/Phaser.Utils.Debug.html#state) shows the current game state.

### Updates

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Phaser CE is a fast, free, and fun open source HTML5 game framework. It uses a c

Phaser v2 was built and maintained by [Photon Storm](http://www.photonstorm.com) and turned over to the community (as Phaser CE) in November 2016. [Phaser v3](http://phaser.io/phaser3) and [Phaser v4](https://github.com/phaserjs/phaser4) are in active development.

The [current Phaser CE release is 2.15.1](https://github.com/photonstorm/phaser-ce/releases/tag/v2.15.1).
The [current Phaser CE release is 2.16.0](https://github.com/photonstorm/phaser-ce/releases/tag/v2.16.0).

- **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs))
- **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)
Expand Down Expand Up @@ -82,19 +82,19 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce). Include the following in your html:

```html
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.15.1/build/phaser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0/build/phaser.js"></script>
```

or the minified version:

```html
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.15.1"></script>
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0"></script>
```

[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.15.1/build/custom/) are available too, e.g.,
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0/build/custom/) are available too, e.g.,

```html
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.15.1/build/custom/phaser-arcade-physics.js"></script>
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0/build/custom/phaser-arcade-physics.js"></script>
```

<a name="getting-started"></a>
Expand Down Expand Up @@ -308,10 +308,10 @@ All rights reserved.

[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)

[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.15.1/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.15.1/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.15.1.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.15.1.tar.gz
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.16.0/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.16.0/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.16.0.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.16.0.tar.gz
[clone-http]: https://github.com/photonstorm/phaser.git
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
[clone-svn]: https://github.com/photonstorm/phaser
Expand Down
2 changes: 1 addition & 1 deletion build/custom/creature.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/custom/p2.min.js

Large diffs are not rendered by default.

0 comments on commit 6db6a8b

Please sign in to comment.