From 44f5bff344a70333616f5849d937d18857c9e573 Mon Sep 17 00:00:00 2001 From: Boutade Date: Tue, 31 Dec 2019 15:50:16 -0600 Subject: pedestrian spawns more often --- the-price-of-a-cup-of-coffee.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'the-price-of-a-cup-of-coffee.lisp') 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) -- cgit v1.2.3