]> git.lizzy.rs Git - nothing.git/blobdiff - levels/player.lisp
Merge pull request #552 from tsoding/550
[nothing.git] / levels / player.lisp
index fcbce2e5ed2f98f8c4ec06dd88dc6f19b27a073f..c09e928e6f78e84e0f7863790a4fe195e9a347b2 100644 (file)
@@ -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")))