should allow steam achievements.

This commit is contained in:
Bryce Covert
2015-11-10 19:57:22 -08:00
parent 061008c97b
commit 6e9ada941b
7 changed files with 35 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
[advent.screens.credits :as credits]
[advent.screens.inventory :as inventory]
[advent.screens.safe :as safe]
[advent.steam :as steam]
[clojure.pprint]
[advent.pathfind])
(:import [com.badlogic.gdx.graphics Pixmap Pixmap$Filter Texture Texture$TextureFilter]
@@ -23,6 +24,7 @@
(defgame advent
:on-create
(fn [this]
(steam/init)
(set-screen! this title/title-screen)))