flexing frankie.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
desktop/resources/castle-gate/frankie.pxa/10.pxi
Normal file
BIN
desktop/resources/castle-gate/frankie.pxa/10.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/castle-gate/frankie.pxa/11.pxi
Normal file
BIN
desktop/resources/castle-gate/frankie.pxa/11.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/castle-gate/frankie.pxa/12.pxi
Normal file
BIN
desktop/resources/castle-gate/frankie.pxa/12.pxi
Normal file
Binary file not shown.
@@ -42,5 +42,17 @@
|
|||||||
<key>duration</key>
|
<key>duration</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>duration</key>
|
||||||
|
<real>1</real>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>duration</key>
|
||||||
|
<real>1</real>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>duration</key>
|
||||||
|
<real>1</real>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@
|
|||||||
talk (utils/make-anim "castle-gate/frankie.png" [24 35] 0.2 [2 0 2 0 2 0 2 0 0 1 0])
|
talk (utils/make-anim "castle-gate/frankie.png" [24 35] 0.2 [2 0 2 0 2 0 2 0 0 1 0])
|
||||||
laugh (utils/make-anim "castle-gate/frankie.png" [24 35] 0.1 [1 3 4 3 4 3 4 3 4 3 4 3 4 1 0])
|
laugh (utils/make-anim "castle-gate/frankie.png" [24 35] 0.1 [1 3 4 3 4 3 4 3 4 3 4 3 4 1 0])
|
||||||
glance (utils/make-anim "castle-gate/frankie.png" [24 35] 0.25 [0 6 0 6 5 5 5 6 7 7 7 6 ])
|
glance (utils/make-anim "castle-gate/frankie.png" [24 35] 0.25 [0 6 0 6 5 5 5 6 7 7 7 6 ])
|
||||||
reach (utils/make-anim "castle-gate/frankie.png" [24 35] 0.2 [0 8 9 9 9 9 8])]
|
reach (utils/make-anim "castle-gate/frankie.png" [24 35] 0.2 [0 8 9 9 9 9 8])
|
||||||
|
flex (utils/make-anim "castle-gate/frankie.png" [24 35] 0.2 [0 10 11 12 12 12 12 11 10])]
|
||||||
(assoc (animation->texture screen stand)
|
(assoc (animation->texture screen stand)
|
||||||
:x 235 :y 90 :baseline 150
|
:x 235 :y 90 :baseline 150
|
||||||
:origin-x 12
|
:origin-x 12
|
||||||
@@ -91,6 +92,7 @@
|
|||||||
:scale-y 1.4
|
:scale-y 1.4
|
||||||
:talk-color (color 0.6 0.2 0.6 1.0)
|
:talk-color (color 0.6 0.2 0.6 1.0)
|
||||||
:talk talk
|
:talk talk
|
||||||
|
:flex flex
|
||||||
:stand stand
|
:stand stand
|
||||||
:laugh laugh
|
:laugh laugh
|
||||||
:glance glance
|
:glance glance
|
||||||
|
|||||||
@@ -190,7 +190,9 @@
|
|||||||
:ego "Uh, oh. Frankie Rockfist!"
|
:ego "Uh, oh. Frankie Rockfist!"
|
||||||
:ego "Listen, I don't want any trouble."
|
:ego "Listen, I don't want any trouble."
|
||||||
:frankie "Well you found it tonight, Dipstick."
|
:frankie "Well you found it tonight, Dipstick."
|
||||||
:frankie "Am I right boys?")
|
)
|
||||||
|
(actions/play-animation entities :frankie :flex)
|
||||||
|
(actions/talk entities :frankie "Am I right boys?")
|
||||||
(actions/play-animation entities :frankie :glance)
|
(actions/play-animation entities :frankie :glance)
|
||||||
(actions/do-dialogue entities :frankie "You looking for another beat down Dipstick?")
|
(actions/do-dialogue entities :frankie "You looking for another beat down Dipstick?")
|
||||||
(actions/play-animation entities :frankie :laugh)
|
(actions/play-animation entities :frankie :laugh)
|
||||||
|
|||||||
Reference in New Issue
Block a user