Skip to content

Commit

Permalink
Versión Final
Browse files Browse the repository at this point in the history
  • Loading branch information
WyrnCael committed Jun 20, 2017
1 parent b94605d commit 1ac4dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuclearBall/NuclearBall.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ window.addEventListener("load",function() {
buttonB1.on("click",function() {
Q.state.set({score: 0, scoreLevel: 0, lives: 5, level: 1, lanzada: -1, moneda: true, bomba: true, assetBall: "ball.png"});
Q.clearStages();
Q.stageScene("level6");
Q.stageScene("level1");
Q.audio.play('music.mp3',{ loop: true });
});
var buttonB2 = stage.insert(new Q.UI.Button({asset: "ball2.png", x: Q.width/2 - 60, y: Q.height/2 + 60}));
Expand Down

0 comments on commit 1ac4dd7

Please sign in to comment.