removed jump from talk start.

This commit is contained in:
2014-09-18 17:19:43 -07:00
parent 67282cf990
commit 3e96654ba3
10 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@
(defn get-ego [screen]
(let [player-sheet (texture! (texture "player.png") :split 18 36)
talk-sheet (texture! (texture "ego/talk.png") :split 16 36)
talk-sheet (texture! (texture "ego/talk.png") :split 18 36)
stand-sheet (texture! (texture "ego/stand.png") :split 18 36)
ego {:right (animation 0.075 (for [i (range 8)]
(texture (aget player-sheet 0 i))))