X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=levels%2Fplayer.lisp;h=c09e928e6f78e84e0f7863790a4fe195e9a347b2;hb=83cde4cf2918f9ba94a746447c86263a9060de99;hp=fcbce2e5ed2f98f8c4ec06dd88dc6f19b27a073f;hpb=59885c6776088ff9f3d89f6a76af5e4cf0954501;p=nothing.git diff --git a/levels/player.lisp b/levels/player.lisp index fcbce2e5..c09e928e 100644 --- a/levels/player.lisp +++ b/levels/player.lisp @@ -3,5 +3,5 @@ (defun on-jump () (set jump-count (+ jump-count 1)) (when (> jump-count 1) - ;; TODO: label is hidden without any animation + ;; TODO(#553): label is hidden without any animation (hide-label "label_space_to_jump")))