Changeset 111 for pycodeshooter/trunk
- Timestamp:
- 01/18/12 14:13:07 (14 years ago)
- Location:
- pycodeshooter/trunk
- Files:
- 
          - 2 edited
 
 - 
          index.html (modified) (1 diff)
- 
          shooter/system.js (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        pycodeshooter/trunk/index.htmlr110 r111 100 100 addEnemy(enemyList[id]); 101 101 } 102 }, 5000);102 }, 1000); 103 103 }; 104 104 }; 
- 
        pycodeshooter/trunk/shooter/system.jsr110 r111 260 260 System.screen.width, 261 261 System.screen.height, 262 Math.floor(enemyData.hitpoint / 75) + 1,262 Math.floor(enemyData.hitpoint / 25) + 1, 263 263 Math.log(enemyData.agility + 0.1) * 3, 264 264 0, 
Note: See TracChangeset
          for help on using the changeset viewer.
      
