bug fixes.

This commit is contained in:
Bryce Covert
2015-11-22 13:42:44 -08:00
parent 84ba2ab68a
commit 95b9327522
2 changed files with 11 additions and 5 deletions

View File

@@ -123,9 +123,9 @@
(steam/save-screenshot resized (save-screenshot-file-name id))))))
(defn remove-save [id]
(on-gl (doseq [f [(files! :local (save-screenshot-file-name id))
(files! :local (save-file-name id))]]
(.delete f))))
(doseq [f [(save-screenshot-file-name id)
(save-file-name id)]]
(steam/delete-file f) ))
(defn save-settings! []
(doto (.getPreferences (Gdx/app) "ticks-tales-saves")