Implement interval logic for emitters
This commit is contained in:
parent
65076c40f3
commit
13aa8606a9
6 changed files with 65 additions and 30 deletions
2
game.scm
2
game.scm
|
@ -379,7 +379,7 @@
|
|||
(('exit pos) #t) ; drawn via background
|
||||
(('wall pos type) (draw-wall pos type))
|
||||
(('block pos type) (draw-block pos type))
|
||||
(('clock-emitter pos) #t) ; drawn via background
|
||||
(('clock-emitter pos) (draw-clock-emitter pos))
|
||||
(('switched-emitter pos on?) (draw-switched-emitter pos on?))
|
||||
(('floor-switch pos on?) (draw-floor-switch pos on?))
|
||||
(('gem pos) (draw-gem pos))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue