Make the bomb animation times a bit more exciting

This commit is contained in:
Christine Lemmer-Webber 2024-06-04 16:20:33 -04:00
parent 5bccb7c7f6
commit 1c7ab8bba6
No known key found for this signature in database
GPG key ID: 4BC025925FF8F4D3

View file

@ -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))