Skip to content

Commit fe938b8

Browse files
committed
ss
1 parent e873f04 commit fe938b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_projects/pic_40a/Shooter/Shooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function alienStartMove(idNum, yPos) {
5454
document.getElementById("alien" + idNum).style.top = yPos + "px";
5555
yPos += alienSpeed;
5656
alien_event_id = setTimeout(alienMove_function, alienUpdateRate, idNum, yPos);
57-
if (yPos > 200)
57+
if (yPos > 615)
5858
{
5959
clearInterval(alien_event_id); // Clear the update for this alien
6060
destroyAlien(idNum);

0 commit comments

Comments
 (0)