Show non-ghost gems during credits.

This commit is contained in:
David Thompson 2024-05-25 21:23:25 -04:00
parent a4e783bc59
commit 0c85128dd3

View file

@ -212,7 +212,7 @@
(set-vec2-y! *credits-scroll* 0.0) (set-vec2-y! *credits-scroll* 0.0)
(clear-snapshots!) (clear-snapshots!)
(with-goblins (with-goblins
(set! *level* (load-credits #t)) (set! *level* (load-credits #f))
(update-objects!))) (update-objects!)))
(define (next-level!) (define (next-level!)