This commit is contained in:
parent
d9de1e680f
commit
d27bae5fd0
25 changed files with 392 additions and 190 deletions
|
@ -115,6 +115,8 @@ void CGameScene::init()
|
|||
pos.vx+=32; createPickup(PICKUP__BUBBLE_MIXTURE,&pos);
|
||||
pos.vx+=32; createPickup(PICKUP__GLASSES,&pos);
|
||||
pos.vx+=32; createPickup(PICKUP__SQUEAKY_SHOES,&pos);
|
||||
pos.vx+=32; createPickup(PICKUP__BALLOON,&pos);
|
||||
pos.vx+=32; createPickup(PICKUP__HELMET,&pos);
|
||||
pos.vx+=32; createPickup(PICKUP__QUEST_ITEM__TEST,&pos);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue