beginning on inventory screen.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user