Add emitter sound effect.

This commit is contained in:
David Thompson 2024-05-23 09:10:25 -04:00
parent 0aa32798ae
commit 2b6afada4d
3 changed files with 4 additions and 0 deletions

View file

@ -134,6 +134,7 @@
(let ((t ($ timer)))
(cond
((= (modulo t interval) 0)
($ grid-info 'append-event `(emit ,x ,y))
'electron-head)
((= (modulo t interval) 1)
'electron-tail)