jail candle.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user