mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
increase action timers
This commit is contained in:
parent
ddc1e933a6
commit
0a80fff2c1
1 changed files with 3 additions and 3 deletions
|
@ -36,11 +36,11 @@
|
|||
const CLEAN_HAPPINESS = 1;
|
||||
|
||||
/** the minimum amount of time between feedings */
|
||||
const FEED_TIMER = 5000;
|
||||
const FEED_TIMER = 1000 * 60 * 60;
|
||||
/** the minimum amount of time between pets */
|
||||
const PET_TIMER = 2000;
|
||||
const PET_TIMER = 60000;
|
||||
/** the minimum amount of time between cleans */
|
||||
const CLEAN_TIMER = 5000;
|
||||
const CLEAN_TIMER = 1000 * 60 * 60;
|
||||
|
||||
const PET_SAVE_KEY = "pet-game";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue