working on ending, fullscreen issues.

This commit is contained in:
Bryce Covert
2015-09-02 15:59:51 -07:00
parent 1be059e43e
commit 695dd9587e
7 changed files with 81 additions and 16 deletions

View File

@@ -23,7 +23,8 @@
(defgame advent
:on-create
(fn [this]
(set-screen! this title/title-screen)))
(Thread/sleep 1000)
(on-gl (set-screen! this title/title-screen))))
(defn reload []