it all works, rather smoothly too.
This commit is contained in:
@@ -216,9 +216,8 @@
|
||||
|
||||
|
||||
|
||||
(defn make [screen]
|
||||
(let [[screen atlas] (utils/acquire-atlas screen "packed/inside-jail.atlas")
|
||||
warden-sheet (texture! (utils/atlas->texture atlas "warden") :split 43 58)
|
||||
(defn make [screen atlas global-atlas]
|
||||
(let [warden-sheet (texture! (utils/atlas->texture atlas "warden") :split 43 58)
|
||||
warden-talk (animation 0.2 (for [i [1 0 1 0 1 0 1 0 0 0 2 0]]
|
||||
(aget warden-sheet 0 i)))
|
||||
warden-stand (animation 0.1 (for [i (flatten [(repeat 30 0) 2 (repeat 20 0) 2])]
|
||||
|
||||
Reference in New Issue
Block a user