beginning on inventory screen.

This commit is contained in:
2014-09-20 22:26:46 -07:00
parent d45d4de403
commit 19fb2e6ebe
9 changed files with 77 additions and 16 deletions

View File

@@ -5,6 +5,7 @@
[play-clj.g2d :refer :all]
[advent.screens.scene :as scene]
[advent.screens.dialogue :as dialogue]
[advent.screens.inventory :as inventory]
[clojure.pprint]
[advent.pathfind])
(:import [com.badlogic.gdx.graphics Pixmap Pixmap$Filter Texture Texture$TextureFilter]
@@ -15,4 +16,4 @@
(defgame advent
:on-create
(fn [this]
(set-screen! this scene/scene dialogue/talking-screen)))
(set-screen! this scene/scene dialogue/talking-screen inventory/inventory-screen)))