Add positional sounds from the tilemap
This commit is contained in:
@@ -92,7 +92,6 @@ SoundSprite.prototype.update_new_values = function() {
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.sound_marker = parseInt(this.sound_marker);
|
|
||||||
this.sound_position = parseInt(this.sound_position);
|
this.sound_position = parseInt(this.sound_position);
|
||||||
this.sound_volume = Number(this.sound_volume);
|
this.sound_volume = Number(this.sound_volume);
|
||||||
this.sound_loop = Boolean(this.sound_loop);
|
this.sound_loop = Boolean(this.sound_loop);
|
||||||
|
|||||||
Reference in New Issue
Block a user