This commit is contained in:
2015-04-22 17:49:40 -07:00
parent e520fe0792
commit cf0a83ff02
4 changed files with 4 additions and 2 deletions

View File

@@ -335,7 +335,7 @@
(do-stop entities :ego :face face))))
(defn get-text-duration [text]
(* (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]}]
(let [initial-time (atom nil)