Make the bomb animation times a bit more exciting
This commit is contained in:
parent
5bccb7c7f6
commit
1c7ab8bba6
1 changed files with 8 additions and 8 deletions
16
game.scm
16
game.scm
|
@ -461,15 +461,15 @@
|
||||||
(137 .4)
|
(137 .4)
|
||||||
(157 .4))
|
(157 .4))
|
||||||
(define-animation anim:bomb-lit
|
(define-animation anim:bomb-lit
|
||||||
(53 .4)
|
(53 .2)
|
||||||
(73 .4)
|
(73 .2)
|
||||||
(93 .4)
|
(93 .2)
|
||||||
(113 .4))
|
(113 .2))
|
||||||
(define-animation anim:bomb-uh-oh
|
(define-animation anim:bomb-uh-oh
|
||||||
(54 .4)
|
(54 .1)
|
||||||
(74 .4)
|
(74 .1)
|
||||||
(94 .4)
|
(94 .1)
|
||||||
(114 .4))
|
(114 .1))
|
||||||
|
|
||||||
(define particles (make-particle-pool 512 tileset))
|
(define particles (make-particle-pool 512 tileset))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue