ending is beginning to be fun.
This commit is contained in:
@@ -189,7 +189,9 @@
|
||||
bloodclot-head-shoot-anim (utils/make-anim-seq atlas "bloodclot-head-talk" [82 75] 0.05 [8 9 8 9 8 9 8 9 8 9 8 9 8 9 8 9 8 9 8 9 10 11 10 11 10 11 10 11 10 11 10 11])
|
||||
bloodclot-head-keep-shoot-anim (utils/make-anim-seq atlas "bloodclot-head-talk" [82 75] 0.05 [12 13])
|
||||
blergh-stand-anim (utils/make-anim atlas "bloodclot-stand" [106 165] 0.9 [0 1])
|
||||
bloodclot-explode (utils/make-anim-seq atlas "bloodclot-explode" [106 165] 0.075 [0 0 0 0 0 0 0 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 3 4 4 4 5 5 5 5 5 5 5 5 5 6 6 6 6 7 7 7 7 7 7 7 7 7 7 7 8 8 8 7 7 7 7 8 8 8 8 8 7 7 7 7 8 8 7 7 7 7 8 8 8 7 8 8 8 8 8 8 8 8 9 8 8 8 8 9 9 8 8 8 8 8 8 8 9 9 9 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 10 9 10 10 8 9 9 9 9 9 10 10 10 10 9 9 9 9 9 9 9 9 9 9 10 10 10 10 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 12 13 14 15 16 17 18 19 20 21 22])
|
||||
bloodclot-grow (utils/make-anim-seq atlas "bloodclot-grow" [180 200] 0.075 [0 0 0 0 0 0 0 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 3 4 4 4 5 5 5 5 5 5 5 5 5 6 6 6 6 7 7 7 7 7 7 7 7 7 7 7 8 8 8 7 7 7 7 8 8 8 8 8 7 7 7 7 8 8 8 8 7 8 9 9 9 9 8 9 10 10 10 10 9 10 11 11 11 11 10 10 10 11 12 12 12 12 12 12 12 13 13 13 13 13 13 13 14 14 14 14 14 14 14 14 14 14 14 14])
|
||||
bloodclot-big (utils/make-anim-seq atlas "bloodclot-grow" [180 200] 0.075 [14])
|
||||
bloodclot-steam (utils/make-anim-seq atlas "bloodclot-steam" [134 77] 0.075 [0])
|
||||
bullet (utils/make-anim atlas "bullet" [24 24] 0.0075 [0 1 2 0 1 2 0 1 2 0 1 2 0 1 2 3 3 3 4 4 5 5 6 5 4 7])
|
||||
effect (particle-effect "particles/appear")
|
||||
blowup-effect (particle-effect "particles/blowup")
|
||||
@@ -213,7 +215,7 @@
|
||||
:baseline 240
|
||||
:opacity 0.0)
|
||||
:grow-explode (assoc grow-explode
|
||||
:x 240 :y 130
|
||||
:x 240 :y 240
|
||||
:baseline 200)
|
||||
:blowup (assoc blowup-effect
|
||||
:x 225 :y 175
|
||||
@@ -240,12 +242,16 @@
|
||||
:explode-sound (utils/load-sound "space/bloodclot-explode.ogg")
|
||||
:anim-sound-frames {blergh-stand-anim {0 [:inhale-sound grunt-vol]
|
||||
1 [:exhale-sound grunt-vol]}
|
||||
bloodclot-explode {35 [:grow-sound (constantly 0.5)]
|
||||
bloodclot-grow {35 [:grow-sound (constantly 0.5)]
|
||||
181 [:explode-sound (constantly 0.5)]}
|
||||
bloodclot-big {35 [:grow-sound (constantly 0.5)]
|
||||
181 [:explode-sound (constantly 0.5)]}}
|
||||
:opacity 0.0
|
||||
:anim blergh-stand-anim
|
||||
:anim-start 0
|
||||
:explode bloodclot-explode
|
||||
:grow bloodclot-grow
|
||||
:big bloodclot-big
|
||||
:steam bloodclot-steam
|
||||
|
||||
|
||||
:label "Bloodclot"
|
||||
@@ -340,6 +346,10 @@
|
||||
:walk bullet)
|
||||
:broken-jewel (assoc (utils/atlas->texture atlas "broken-jewel")
|
||||
:x 225 :y 170 :baseline 240)
|
||||
|
||||
:bloodclot-smoke (doto (assoc (particle-effect "particles/candle") :x 280 :y 90
|
||||
:baseline 200)
|
||||
(particle-effect! :set-position 280 90))
|
||||
:collision "space/collision.png"
|
||||
:scale-fn (constantly 1.5)
|
||||
:start-pos [35 45]
|
||||
|
||||
Reference in New Issue
Block a user