more code cleanup because start-showing isn't needed.

This commit is contained in:
2015-04-29 18:17:01 -07:00
parent 1c7884840d
commit d6ac6a6628
3 changed files with 6 additions and 14 deletions

View File

@@ -51,7 +51,7 @@
opacity (get-in entities [:opacity])
entities (-> entities
(assoc-in [:overlay :opacity] opacity)
(assoc-in [:fade :opacity] (* 0.3 opacity))
(assoc-in [:fade :opacity] (* 0.6 opacity))
(assoc-in [:highlighted-text :opacity] opacity)
(update-in [:items] (fn [i]
(map #(assoc % :opacity opacity) i))))]