unbreak.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
(defn load []
|
||||
(load-snapshot :autosave))
|
||||
|
||||
(defn save-settings! [entities]
|
||||
(defn save-settings! []
|
||||
(doto (.getPreferences (Gdx/app) "ticks-tales-saves")
|
||||
(.putString "settings" (pr-str @settings))
|
||||
.flush))
|
||||
@@ -94,7 +94,7 @@
|
||||
(.contains "settings")))
|
||||
|
||||
(defn load-settings! []
|
||||
#_(reset! settings
|
||||
(reset! settings
|
||||
(-> (.getPreferences (Gdx/app) "ticks-tales-saves")
|
||||
(.getString "settings")
|
||||
edn/read-string)))
|
||||
|
||||
Reference in New Issue
Block a user