Archived
1
0
Fork 0
This commit is contained in:
neingeist 2013-11-25 02:26:38 +01:00
parent 9cf793dc85
commit d1c1bf6c35

View file

@ -57,8 +57,8 @@ Q.Sprite.extend("Player",{
rocket.animate({ x: 100, y: -500, angle: 360 }); rocket.animate({ x: 100, y: -500, angle: 360 });
this.destroy(); this.destroy();
$("#einladung").center(); $("#einladung").center();
$("#einladung").show("slow"); $("#einladung").show("slow");
} }
}); });