Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
fix: make shadows a bit slower
Browse files Browse the repository at this point in the history
otherwise it's too difficult to escape in full screen
  • Loading branch information
targos committed Oct 7, 2019
1 parent 66e6587 commit 8290f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ module.exports = {
SHADOW_MAX_WANDERING_TIME: 4,
SHADOW_MAX_WAITING_TIME: 5,
SHADOW_MIN_WAITING_TIME: 2,
SHADOW_SPEED: 1.5,
SHADOW_SPEED: 1.2,
SHADOW_RADIUS: 0.1
};

0 comments on commit 8290f9d

Please sign in to comment.