Skip to content

Commit

Permalink
0.7.14: arreglado sonido comer que seguia si estabas en pausa
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlacorrona committed Nov 26, 2019
1 parent 332b348 commit d7ced39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Globales.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version ="v0.7.13";
var version ="v0.7.14";

var pulsaciones = []; // actuales registradas

Expand Down
2 changes: 2 additions & 0 deletions src/layers/GameLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class GameLayer extends Layer {

actualizar (){
if (this.pausa){
this.controladorAudio.stopEscapando();
this.controladorAudio.stopPerderPartida();
return;
}

Expand Down

0 comments on commit d7ced39

Please sign in to comment.