Archived
1
0
Fork 0

comment rocket

This commit is contained in:
neingeist 2013-11-26 20:21:59 +01:00
parent 1bfbb8e197
commit 9ab3cbb8ab

View file

@ -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 }));
});