Add docstrings to g2d-physics

This commit is contained in:
oakes
2014-01-20 00:28:19 -05:00
parent 24869fce4e
commit 9cc75ece37
3 changed files with 75 additions and 18 deletions

View File

@@ -11,9 +11,8 @@
(defmacro tiled-map
"Returns a [TiledMap](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/maps/tiled/TiledMap.html)
(tiled-map \"level1.tmx\")
"
(normally, you don't need to use this directly, because the *-tiled-map
macros that create the renderers will call this themselves)"
[s & options]
`(u/calls! ^TiledMap (tiled-map* ~s) ~@options))