hopefully, hopefully, the last of font issues. used magic wand, expand 8px, fill with black. mono for no AA.

This commit is contained in:
Bryce Covert
2016-04-21 20:49:05 -07:00
parent 93f47dd2fe
commit 0acdf0171d
11 changed files with 213 additions and 211 deletions

View File

@@ -26,7 +26,8 @@
(defgame advent
:on-create
(fn [this]
(clojure.tools.logging/log-capture! *ns* :warn :error)
(log/log-capture! *ns* :warn :error)
(log/info "Starting game on version v" (advent.version/version))
(steam/init)
(set-screen! this splash/splash-screen)))