Skip to content

Commit

Permalink
Reduce amount of stars
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagorb committed Sep 13, 2017
1 parent 12c6223 commit 0dd4883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let viewSize: Vector2D = [2000, 2000];
let viewPosition: Vector2D = [0, 0];
const roomSize: Vector2D = [400000, 400000];
const maxViewSize = 2000;
const STARS = 1000000;
const STARS = 500000;
const MIN_Z = 0.1;
const MAX_Z = 0.9;

Expand Down

0 comments on commit 0dd4883

Please sign in to comment.