Ignore:
Timestamp:
01/22/11 21:12:25 (13 years ago)
Author:
atzm
Message:

move bomb colors definition

File:
1 edited

Legend:

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

    r97 r98  
    297297        playerData.speed, 
    298298        playerData.numbombs, 
     299        ["rgba(255,0,0,0.3)", "rgba(0,0,255,0.3)"], 
    299300        [new LinerBarrage(YExtendBullet, 
    300301                          playerData.shotsize, 
     
    381382        Math.log(bossData.agility + 0.1) * 3, 
    382383        0, 
     384        ["rgba(255,0,0,0.3)", "rgba(0,0,255,0.3)"], 
    383385        brrgs 
    384386    ); 
Note: See TracChangeset for help on using the changeset viewer.