fixed dialogue and minor bug fixes.

This commit is contained in:
2014-12-14 11:24:23 -08:00
parent 19394e78a7
commit 1ab740a30e
3 changed files with 56 additions and 61 deletions

View File

@@ -32,7 +32,7 @@
(spit "save.edn" (entities :state)))
(defn load []
(edn/read-string (slurp "save.edn")))
(assoc (edn/read-string (slurp "save.edn")) :active? true))
(defn get-font [filename]
(let [font (bitmap-font filename)