making the coin-getting puzzle.
This commit is contained in:
@@ -750,6 +750,7 @@ void main()
|
||||
:on-timer
|
||||
(fn [screen [entities]]
|
||||
(when-let [timer-fn (get-in entities [:room :timers (:id screen) 2])]
|
||||
(println "here")
|
||||
(timer-fn screen entities)))
|
||||
|
||||
:on-show
|
||||
|
||||
Reference in New Issue
Block a user