comment rocket
This commit is contained in:
parent
1bfbb8e197
commit
9ab3cbb8ab
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ Q.scene("level1", function(stage) {
|
|||
stage.insert(new Q.Neingeist({ x: 620, y: 0 }));
|
||||
stage.insert(new Q.Martin({ x: 530, y: 0 }));
|
||||
|
||||
// the cake
|
||||
stage.insert(new Q.Rocket({ x: 122, y: 32 }));
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue