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