]> git.lizzy.rs Git - nothing.git/blob - levels/script-goal-2.lisp
(#493) TODO
[nothing.git] / levels / script-goal-2.lisp
1 ;;; TODO: script-goal-2.lisp duplicates script-goal-1.lisp
2 (set on-enter
3      (lambda ()
4        (hide-goal "goal2")))
5 (set on-leave
6      (lambda ()
7        (show-goal "goal2")))