indent
This commit is contained in:
parent
9cf793dc85
commit
d1c1bf6c35
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ Q.Sprite.extend("Player",{
|
|||
rocket.animate({ x: 100, y: -500, angle: 360 });
|
||||
|
||||
this.destroy();
|
||||
$("#einladung").center();
|
||||
$("#einladung").show("slow");
|
||||
$("#einladung").center();
|
||||
$("#einladung").show("slow");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue