diff options
-rw-r--r-- | TODO.org | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |