mirror of
https://github.com/wassname/phaser.git
synced 2026-08-13 12:30:11 +08:00
Tidying up the repo, moving old wip stuff out, clearing up the docs.
This commit is contained in:
+3
-3
@@ -832,7 +832,7 @@ Phaser.Sound.prototype = {
|
||||
|
||||
if (this.currentTime >= this.durationMS)
|
||||
{
|
||||
//console.log(this.currentMarker, 'has hit duration');
|
||||
console.log(this.currentMarker, 'has hit duration');
|
||||
if (this.usingWebAudio)
|
||||
{
|
||||
if (this.loop)
|
||||
@@ -891,7 +891,7 @@ Phaser.Sound.prototype = {
|
||||
position = position || 0;
|
||||
|
||||
if (typeof volume === 'undefined') { volume = this._volume; }
|
||||
if (typeof loop === 'undefined') { loop = false; }
|
||||
if (typeof loop === 'undefined') { loop = this.loop; }
|
||||
if (typeof forceRestart === 'undefined') { forceRestart = true; }
|
||||
|
||||
// console.log(this.name + ' play ' + marker + ' position ' + position + ' volume ' + volume + ' loop ' + loop, 'force', forceRestart);
|
||||
@@ -1335,7 +1335,7 @@ Object.defineProperty(Phaser.Sound.prototype, "volume", {
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
|
||||
on Fri Feb 21 2014 15:36:22 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
on Mon Feb 24 2014 12:11:34 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user