minor tweaks
This commit is contained in:
@@ -150,6 +150,10 @@
|
||||
(texture (aget squat-sheet 0 i))))
|
||||
reach-anim (animation 0.1 (for [i [0 1 2 3 3 3 3 3 3 2 1 0]]
|
||||
(texture (aget reach-sheet 0 i))))
|
||||
reach-start (animation 0.1 (for [i [0 1 2 3 ]]
|
||||
(texture (aget reach-sheet 0 i))))
|
||||
reach-stop (animation 0.1 (for [i [3 2 1 0]]
|
||||
(texture (aget reach-sheet 0 i))))
|
||||
cat-toy-anim (animation 0.1 (for [i [0 0 1 1 2 2 3 4 3 2 3 4 3 2 3 4 3 2 3 4 3 2 2 1 1 0 0]]
|
||||
(texture (aget cat-toy-sheet 0 i))))
|
||||
cat-toy-first-half (animation 0.1 (for [i [0 0 1 1 2 2 3]]
|
||||
@@ -187,6 +191,8 @@
|
||||
:grow-talk grow-talk
|
||||
:reach-up reach-up
|
||||
:reach-down reach-down
|
||||
:reach-start reach-start
|
||||
:reach-stop reach-stop
|
||||
[:fire 1] fire-1-anim
|
||||
[:fire 2] fire-2-anim
|
||||
[:fire 3] fire-3-anim
|
||||
@@ -207,6 +213,8 @@
|
||||
:grow-talk (utils/flip grow-talk)
|
||||
:reach-up (utils/flip reach-up)
|
||||
:reach-down (utils/flip reach-down)
|
||||
:reach-start (utils/flip reach-start)
|
||||
:reach-stop (utils/flip reach-stop)
|
||||
[:fire 1] (utils/flip fire-1-anim)
|
||||
[:fire 2] (utils/flip fire-2-anim)
|
||||
[:fire 3] (utils/flip fire-3-anim)
|
||||
|
||||
Reference in New Issue
Block a user