mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-03 01:18:58 +00:00
🔧 increase trainer vison
This commit is contained in:
parent
561636c73d
commit
a429f37cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ export const MOVE_SPEED = 250 / (DEBUG_MODE ? 2 : 1); // How fast we actually wa
|
|||
export const WALK_SPEED = 150 / (DEBUG_MODE ? 2 : 1); // How fast the walk animation plays
|
||||
export const CRITICAL_HIT_PERCENTAGE = 0.1;
|
||||
export const CRITICAL_HIT_MULTIPLIER = 2;
|
||||
export const TRAINER_VISION = 4; // How far trainers can see
|
||||
export const TRAINER_VISION = 6; // How far trainers can see
|
||||
export const MENU_MAX_HEIGHT = 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue