Add timer

This commit is contained in:
oakes
2014-02-22 18:59:10 -05:00
parent 030c823699
commit a806010b17
3 changed files with 71 additions and 16 deletions

View File

@@ -86,20 +86,6 @@
[& args]
(apply gdx (add-divider args "$")))
(defmacro scaling
"Returns a static field from [Scaling](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/utils/Scaling.html)
(scaling :fill)
(scaling :fill-x)
(scaling :fill-y)
(scaling :fit)
(scaling :none)
(scaling :stretch)
(scaling :stretch-x)
(scaling :stretch-y)"
[k]
`~(gdx-field :utils :Scaling k))
; java interop
(defmacro call!