squat talk

This commit is contained in:
Bryce Covert
2016-02-17 22:25:24 -08:00
parent c59cfc5f92
commit 93910187ab
19 changed files with 1125 additions and 1077 deletions

View File

@@ -513,6 +513,7 @@ void main ()
(texture (aget fire-sheet 0 i))))
grow (animation 0.1 (for [i [0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 3 0 0 0 0 3 0 0 0 3 3 0 0 0 2 2 0 0 2 0 0 2 0 2 0 2 0 2 0 2 0 2 3 2 3 2 3 2 3 2 4 3 4 3 4 3 4]]
(texture (aget grow-sheet 0 i))))
squat-talk (utils/make-anim "ego/squat-talk.png" [18 36] 0.2 [0 1 0 2 1 0 3])
frog (utils/make-anim "ego/frog.png" [16 36] 0.1 [0])
frog-nod (utils/make-anim "ego/frog.png" [16 36] 0.2 [0 1 0 1 0 1 0 1])
hold-up-to-window (utils/make-anim "ego/hold-up-to-window.png" [18 36] 0.1 [0 1 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 2 1 0 0 0 0 0 0])
@@ -563,6 +564,7 @@ void main ()
:stand stand-anim
:talk talk-anim
:squat squat-anim
:squat-talk squat-talk
:start-squat start-squat
:start-squat-2 start-squat-2
:end-squat end-squat
@@ -621,6 +623,7 @@ void main ()
:left {:walk (utils/flip walk-right)
:stand (utils/flip stand-anim)
:talk (utils/flip talk-anim)
:squat-talk (utils/flip squat-talk)
:start-squat (utils/flip start-squat)
:start-squat-2 (utils/flip start-squat-2)
:end-squat (utils/flip end-squat)