neingeist
/
30shooter
Archived
1
0
Fork 0

move more

master
neingeist 12 years ago
parent ab54e1d5fd
commit cfd2b1d5f7

@ -165,8 +165,8 @@ function animate() {
// animate enemy
// every now and then change direction
var min = -50;
var max = +50;
var min = -75;
var max = +75;
if (a % 15 == 0) {
var off = min + parseInt(Math.random() * (max-min));
new_enemy_pos[0] += off;