Overhaul the symbol system again

This commit is contained in:
oakes
2014-01-29 15:01:55 -05:00
parent 5ecdf787b7
commit 1cb42d38a6
7 changed files with 46 additions and 59 deletions

View File

@@ -143,8 +143,8 @@
(play-mode :loop-reversed)
(play-mode :normal)
(play-mode :reversed)"
[key]
`(u/static-upper :graphics :g2d :Animation ~key))
[k]
`~(u/gdx-field :graphics :g2d :Animation (u/key->upper k)))
(defn animation*
"The function version of `animation`"