gandarf turns you into a frog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user