Refactor and add render functions

This commit is contained in:
oakes
2013-12-29 14:03:12 -05:00
parent 85f2f516ea
commit 39d9fc2e85
3 changed files with 122 additions and 23 deletions

View File

@@ -10,7 +10,7 @@
width (or width 800)
height (or height 600)]
`(do
(def ~name (create-game ~options))
(defgameobj ~name ~options)
(defn ~'-main
[]
(LwjglApplication. ~name ~title ~width ~height true)