|
|
@ -112,6 +112,7 @@ Q.scene("level1", function(stage) {
|
|
|
|
stage.insert(new Q.Neingeist({ x: 620, y: 0 }));
|
|
|
|
stage.insert(new Q.Neingeist({ x: 620, y: 0 }));
|
|
|
|
stage.insert(new Q.Martin({ x: 530, y: 0 }));
|
|
|
|
stage.insert(new Q.Martin({ x: 530, y: 0 }));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// the cake
|
|
|
|
stage.insert(new Q.Rocket({ x: 122, y: 32 }));
|
|
|
|
stage.insert(new Q.Rocket({ x: 122, y: 32 }));
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|