gandarf turns you into a frog

This commit is contained in:
Bryce Covert
2015-07-31 07:56:04 -07:00
parent f6d881fa98
commit bb9b7b82de
13 changed files with 372 additions and 5 deletions

View File

@@ -339,6 +339,8 @@ 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))))
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])
jump (utils/make-anim "ego/swing.png" [36 75] 0.2 (flatten [[1 2]]))
swing (utils/make-anim "ego/swing.png" [36 75] 0.145 (flatten [[3 4 5 6 7 ]]))
@@ -403,6 +405,8 @@ void main()
:burnt burnt
:passed-out passed-out
:scared scared
:frog frog
:frog-nod frog-nod
:scared-talk scared-talk
:scared-walk scared-walk
:sigh sigh
@@ -452,6 +456,8 @@ void main()
:milk (utils/flip milk)
:throw (utils/flip throw)
:swing-shovel (utils/flip swing-shovel)
:frog (utils/flip frog)
:frog-nod (utils/flip frog-nod)
:love (utils/flip love)
:idea (utils/flip idea)
:axe (utils/flip axe)