From f6fd48c3366de86e45bcc323b8800c907beb9688 Mon Sep 17 00:00:00 2001 From: Boutade Date: Fri, 18 Oct 2019 08:00:04 -0500 Subject: speech bubble --- 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 275fe45..487e3b9 100644 --- a/the-price-of-a-cup-of-coffee.lisp +++ b/the-price-of-a-cup-of-coffee.lisp @@ -194,6 +194,8 @@ :source-rect (get-frame-rect human)) (let-when (source-rect (and expression (get-expression expression))) (set-expression-rect human) + (sdl2:render-copy renderer *speech-bubble-texture* + :dest-rect *expression-rect*) (sdl2:render-copy renderer *expression-texture* :dest-rect *expression-rect* :source-rect source-rect)))) @@ -294,7 +296,6 @@ (setf (sdl2:rect-x (pos *nance*)) 292) (setf (sdl2:rect-y (pos *nance*)) 38) - (push *nance* *to-render-by-y*) ;; boot up initial pedestrians -- cgit v1.2.3