diff options
author | Boutade <thegoofist@protonmail.com> | 2019-12-31 15:50:16 -0600 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-12-31 15:50:16 -0600 |
commit | 44f5bff344a70333616f5849d937d18857c9e573 (patch) | |
tree | 5d8b3ad9b995cfe20cdeaff67b175a4586fc4eb1 /the-price-of-a-cup-of-coffee.lisp | |
parent | d88a9000169b04e48ab68975107125d3df805b41 (diff) |
pedestrian spawns more oftenmaster
Diffstat (limited to 'the-price-of-a-cup-of-coffee.lisp')
-rw-r--r-- | the-price-of-a-cup-of-coffee.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/the-price-of-a-cup-of-coffee.lisp b/the-price-of-a-cup-of-coffee.lisp index 31929fd..9b51e83 100644 --- a/the-price-of-a-cup-of-coffee.lisp +++ b/the-price-of-a-cup-of-coffee.lisp @@ -453,7 +453,8 @@ (defun spawn-pedestrian-loop () (when (< (length *pedestrians*) *pedestrian-count*) (spawn-pedestrian)) - (pause-then 1200 #'spawn-pedestrian-loop)) + (pause-then 600 #'spawn-pedestrian-loop)) + ;;;; ANIMATIONS AND SEQUENCES (defun update-tweens (time) |