some ending goodness
This commit is contained in:
@@ -347,7 +347,7 @@
|
||||
(do-stop entities :ego :face face))))
|
||||
|
||||
(defn get-text-duration [text]
|
||||
(max 1.5 (* (count (s/split text #" ")) 0.5)))
|
||||
(max 1.5 (* (count (s/split text #"[ \-]")) 0.5)))
|
||||
|
||||
(defn talk [entities target-id text & {:keys [stop? animate? anim wait] :or {wait true}}]
|
||||
(let [initial-time (atom nil)
|
||||
|
||||
Reference in New Issue
Block a user