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)
|
||||
(157 .4))
|
||||
(define-animation anim:bomb-lit
|
||||
(53 .4)
|
||||
(73 .4)
|
||||
(93 .4)
|
||||
(113 .4))
|
||||
(53 .2)
|
||||
(73 .2)
|
||||
(93 .2)
|
||||
(113 .2))
|
||||
(define-animation anim:bomb-uh-oh
|
||||
(54 .4)
|
||||
(74 .4)
|
||||
(94 .4)
|
||||
(114 .4))
|
||||
(54 .1)
|
||||
(74 .1)
|
||||
(94 .1)
|
||||
(114 .1))
|
||||
|
||||
(define particles (make-particle-pool 512 tileset))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue