phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.35k stars 491 forks source link

Fix the video volume's Typescript definitition. #584

Closed CorayThan closed 6 years ago

CorayThan commented 6 years ago

This PR

Describe the changes below:

Fixed the video volume's typescript definition to be a number. Previously it was a boolean, which was incorrect.