Allow shape position to be changed

This commit is contained in:
oakes
2014-05-03 22:35:47 -04:00
parent c3c1e032e2
commit 64739c2714

View File

@@ -83,7 +83,8 @@
x (float (or x 0))
y (float (or y 0))
z (float (or z 0))]
(.setTranslation m x y z))
(.setTranslation m x y z)
(.setTransformMatrix object m))
(when batch
(.end ^SpriteBatch batch))
(when camera