Changeset 111
- Timestamp:
- 01/18/12 14:13:07 (13 years ago)
- Location:
- pycodeshooter/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodeshooter/trunk/index.html
r110 r111 100 100 addEnemy(enemyList[id]); 101 101 } 102 }, 5000);102 }, 1000); 103 103 }; 104 104 }; -
pycodeshooter/trunk/shooter/system.js
r110 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.