]> git.lizzy.rs Git - nothing.git/blob - levels/player.lisp
Add TODO(#553)
[nothing.git] / levels / player.lisp
1 (set jump-count 0)
2
3 (defun on-jump ()
4   (set jump-count (+ jump-count 1))
5   (when (> jump-count 1)
6     ;; TODO(#553): label is hidden without any animation
7     (hide-label "label_space_to_jump")))