summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-05-27 22:23:14 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-05-27 22:23:14 -0400
commit317c3e86c5e88ff6ebec588a182fc49670704444 (patch)
tree533889dd150de3bb7e1b5f1f7ce3e5b5924b049e
parent677eb07b00f13708b0f94517feb1b2a5ab66d61a (diff)
Update TODO list.
-rw-r--r--TODO.org15
1 files changed, 11 insertions, 4 deletions
diff --git a/TODO.org b/TODO.org
index 05977a3..fd4fe8d 100644
--- a/TODO.org
+++ b/TODO.org
@@ -79,10 +79,6 @@
Press A to kick, then forward + B to uppercut, within 30 frames
time.
-** TODO [#C] "Nine patches"
- Images that have a resizable central area but fixed width/height
- edges. See [[https://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch][this Android document]] for details.
-
** TODO [#C] Job control for agenda
Allow for pausing and cancelling jobs.
@@ -433,3 +429,14 @@
:ARCHIVE_TODO: TODO
:END:
Shader data type
+
+** DONE [#C] "Nine patches"
+ :PROPERTIES:
+ :ARCHIVE_TIME: 2016-05-27 Fri 22:22
+ :ARCHIVE_FILE: ~/Code/sly/TODO.org
+ :ARCHIVE_OLPATH: Features
+ :ARCHIVE_CATEGORY: TODO
+ :ARCHIVE_TODO: DONE
+ :END:
+ Images that have a resizable central area but fixed width/height
+ edges. See [[https://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch][this Android document]] for details.