Skip to content

Commit

Permalink
Update Sprig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hackclub-ethan authored Jan 27, 2025
1 parent 4149a9f commit 96a0e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions games/Sprig.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ function moveKill() {
} else if (playerPos[1] - killPos[1] < 0) {
getFirst(kill).y = getFirst(kill).y - 1;
}

killFunc();
}

setInterval(moveKill, 1000)
Expand Down

0 comments on commit 96a0e01

Please sign in to comment.