Ignore:
Timestamp:
01/17/11 20:28:17 (13 years ago)
Author:
atzm
Message:

tiun tiun

File:
1 edited

Legend:

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

    r92 r95  
    190190    }; 
    191191 
     192    this.clearBullet = function() { 
     193        this.bullets = new Array(); 
     194    }; 
     195 
    192196    this.addBomb = function() { 
    193197        if (!this.bomb && this.numBombs > 0) { 
Note: See TracChangeset for help on using the changeset viewer.