Show non-ghost gems during credits.
This commit is contained in:
parent
a4e783bc59
commit
0c85128dd3
1 changed files with 1 additions and 1 deletions
2
game.scm
2
game.scm
|
@ -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!)
|
||||||
|
|
Loading…
Add table
Reference in a new issue