jail candle.

This commit is contained in:
2015-07-26 20:57:15 -07:00
parent b09f530c54
commit eb033e01ba
12 changed files with 267 additions and 8 deletions

View File

@@ -253,3 +253,11 @@
175.0)))
(* (or scale 1.0))
(clamp-volume)))
(defn fast-forward-particle [p]
(particle-effect! p :reset)
(particle-effect! p :start)
(particle-effect! p :update 10.0)
(dotimes [_ 160]
(particle-effect! p :update 0.2)))