Add gdx-array-map

This commit is contained in:
oakes
2014-01-15 15:31:02 -05:00
parent 646d8e0fa1
commit aab718fe95
2 changed files with 21 additions and 6 deletions

View File

@@ -77,7 +77,7 @@
(defmacro animation
[duration textures & args]
`(Animation. ~duration
(u/convert-array (map :object ~textures))
(u/gdx-array (map :object ~textures))
(u/static-field-upper :graphics :g2d :Animation
~(or (first args) :normal))))