summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index ac3c9c8..857af34 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,6 +1,8 @@
* Tasks
-** TODO [#A] Fix 9 patch rendering not working with texture regions
-** TODO [#A] Add #:clear-color argument to run-game
+** TODO [#A] Fix vertical line rendering not working
+It just shows up as an invisible line. Not great!
+** DONE [#A] Fix 9-patch rendering not working with texture regions
+** DONE [#A] Add #:clear-color argument to run-game
** TODO [#A] Improve window resizing support
For example, there's no user hook to handle a resize event.
** TODO [#A] Scheme -> GLSL compiler
@@ -32,7 +34,7 @@ Goals:
(define (sprite-fragment (vec2 )))
#+END_SRC
-** TODO [#A] Tests for (chickadee math rect)
+** DONE [#A] Tests for (chickadee math rect)
** TODO [#A] Switch from OpenAL to custom Scheme mixer
I've decided that OpenAL is too high level to be a library that
Chickadee should rely upon, since part of the goal of Chickadee is to