Ignore:
Timestamp:
01/12/11 18:39:31 (13 years ago)
Author:
atzm
Message:

bomb support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycodeshooter/trunk/shooter/system.js

    r84 r92  
    233233        playerData.hitpoint, 
    234234        playerData.speed, 
     235        playerData.numbombs, 
    235236        [new LinerBarrage(YExtendBullet, 
    236237                          playerData.shotsize, 
     
    313314        bossData.hitpoint, 
    314315        Math.log(bossData.agility + 0.1) * 3, 
     316        0, 
    315317        brrgs 
    316318    ); 
Note: See TracChangeset for help on using the changeset viewer.