Finalizing menu
This commit is contained in:
parent
c393ab50b3
commit
20948a5955
1 changed files with 1 additions and 1 deletions
2
game.scm
2
game.scm
|
@ -1001,7 +1001,7 @@
|
||||||
(rollback-snapshot!)
|
(rollback-snapshot!)
|
||||||
(with-goblins (update-objects!)))
|
(with-goblins (update-objects!)))
|
||||||
;; REMOVE BEFORE RELEASE!!!!
|
;; REMOVE BEFORE RELEASE!!!!
|
||||||
('confirm (next-level!))
|
;; ('confirm (next-level!))
|
||||||
('menu (show-menu!))))
|
('menu (show-menu!))))
|
||||||
;; Pressing any bound input resets the game.
|
;; Pressing any bound input resets the game.
|
||||||
('win (cond
|
('win (cond
|
||||||
|
|
Loading…
Add table
Reference in a new issue