better sick anim.
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
+ sudden night befoe switching
|
+ sudden night befoe switching
|
||||||
+ too small area for bars
|
+ too small area for bars
|
||||||
+ more visible crowbar
|
+ more visible crowbar
|
||||||
+ peddler stuff should be gone at night
|
|
||||||
+ sack lunch should spoil
|
+ sack lunch should spoil
|
||||||
+ swinging axe at second doesn't seem right
|
+ swinging axe at second doesn't seem right
|
||||||
+ fight with blergh at end isn't great
|
+ fight with blergh at end isn't great
|
||||||
@@ -15,3 +14,4 @@
|
|||||||
+ secret lever
|
+ secret lever
|
||||||
+ shopkeep sigh
|
+ shopkeep sigh
|
||||||
+ proper save/settings file location
|
+ proper save/settings file location
|
||||||
|
+ grandma visual glitches
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
desktop/resources/ego/get-sick.pxa/0.pxi
Normal file
BIN
desktop/resources/ego/get-sick.pxa/0.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/ego/get-sick.pxa/1.pxi
Normal file
BIN
desktop/resources/ego/get-sick.pxa/1.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/ego/get-sick.pxa/2.pxi
Normal file
BIN
desktop/resources/ego/get-sick.pxa/2.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/ego/get-sick.pxa/3.pxi
Normal file
BIN
desktop/resources/ego/get-sick.pxa/3.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/ego/get-sick.pxa/4.pxi
Normal file
BIN
desktop/resources/ego/get-sick.pxa/4.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/ego/get-sick.pxa/5.pxi
Normal file
BIN
desktop/resources/ego/get-sick.pxa/5.pxi
Normal file
Binary file not shown.
30
desktop/resources/ego/get-sick.pxa/CelData.plist
Normal file
30
desktop/resources/ego/get-sick.pxa/CelData.plist
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>duration</key>
|
||||||
|
<real>1</real>
|
||||||
|
</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>
|
||||||
|
<dict>
|
||||||
|
<key>duration</key>
|
||||||
|
<real>1</real>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>duration</key>
|
||||||
|
<real>1</real>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</plist>
|
||||||
@@ -343,7 +343,7 @@ void main()
|
|||||||
jump (utils/make-anim "ego/swing.png" [36 75] 0.2 (flatten [[1 2]]))
|
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 ]]))
|
swing (utils/make-anim "ego/swing.png" [36 75] 0.145 (flatten [[3 4 5 6 7 ]]))
|
||||||
grow-talk (utils/make-anim "ego/grow-talk.png" [18 36] 0.2 (range 2))
|
grow-talk (utils/make-anim "ego/grow-talk.png" [18 36] 0.2 (range 2))
|
||||||
get-sick (animation 0.3 (map (partial get [(aget talk-sheet 0 0 ) (texture "ego/get-sick.png")]) [0 1 1 1 1 1 1 1 1 1 1 1]) )
|
get-sick (utils/make-anim "ego/get-sick.png" [18 36] 0.1 (flatten [(range 6) (repeat 10 5) (reverse (range 6) ) 0 0 0 0 0 0]))
|
||||||
spear (utils/make-anim "ego/spear.png" [18 100] 0.2 [0 1 2 3 2 3 2 3 2 3 2 1 0])
|
spear (utils/make-anim "ego/spear.png" [18 100] 0.2 [0 1 2 3 2 3 2 3 2 3 2 1 0])
|
||||||
crowbar (utils/make-anim "ego/crowbar.png" [36 36] 0.1 [0 0 0 1 1 2 2 2 2 2 3 2 3 2 3 2 3 2 3 3 3 1 1 0 0 0])
|
crowbar (utils/make-anim "ego/crowbar.png" [36 36] 0.1 [0 0 0 1 1 2 2 2 2 2 3 2 3 2 3 2 3 2 3 3 3 1 1 0 0 0])
|
||||||
shoot (utils/make-anim "ego/shoot.png" [24 36] 0.075 [0 0 0 1 1 2 2 2 2 2 2 2 2 3 4 5 4])
|
shoot (utils/make-anim "ego/shoot.png" [24 36] 0.075 [0 0 0 1 1 2 2 2 2 2 2 2 2 3 4 5 4])
|
||||||
|
|||||||
Reference in New Issue
Block a user