Revert "beginning process of the card game."

This reverts commit 81efd7425a.
This commit is contained in:
2014-10-30 11:03:19 -07:00
parent 81efd7425a
commit bb954465c2
13 changed files with 2 additions and 54 deletions

View File

@@ -6,7 +6,6 @@
[advent.screens.scene :as scene]
[advent.screens.dialogue :as dialogue]
[advent.screens.inventory :as inventory]
[advent.screens.cards :as cards]
[clojure.pprint]
[advent.pathfind])
(:import [com.badlogic.gdx.graphics Pixmap Pixmap$Filter Texture Texture$TextureFilter]
@@ -17,4 +16,4 @@
(defgame advent
:on-create
(fn [this]
(set-screen! this scene/scene dialogue/talking-screen dialogue/choice-screen inventory/inventory-screen cards/card-screen )))
(set-screen! this scene/scene dialogue/talking-screen dialogue/choice-screen inventory/inventory-screen)))