Skip to content

Commit

Permalink
Update game.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimReaper2654 authored Mar 11, 2024
1 parent c5d48ad commit 7d783dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -16263,7 +16263,7 @@ function updateButtons() {
};

function generatePos(entity) {
let dist = randint(1000, 1001);
let dist = randint(2000, 2500);
let r = randint(0, 360);
r = r / 180 * Math.PI;
let x = dist*Math.cos(r);
Expand Down

0 comments on commit 7d783dc

Please sign in to comment.