getting rid of issue where state preserved on screens.
This commit is contained in:
@@ -367,10 +367,8 @@
|
||||
(defscreen title-screen
|
||||
:on-show
|
||||
(fn [screen entities options]
|
||||
(let [
|
||||
[screen global-atlas] (utils/acquire-atlas screen "packed/global.atlas")
|
||||
(let [[screen global-atlas] (utils/acquire-atlas screen "packed/global.atlas")
|
||||
[screen title-atlas] (utils/acquire-atlas screen "packed/title.atlas")
|
||||
_ (println (:resources screen))
|
||||
screen (utils/setup-viewport screen 1280 960)]
|
||||
(log/info "Starting title screen.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user