This is performing much better.

This commit is contained in:
Bryce Covert
2017-02-08 08:23:10 -08:00
parent cdbaf48e15
commit e1b608b1a5
5 changed files with 103 additions and 6 deletions

View File

@@ -509,8 +509,8 @@
:else
(assoc-in entities [:cursor :override] :main))))
(def default-night-merge {:r 0.08 :g 0.1 :b 0.36 :multiply-amount 1.0 :hue-amount 1.0})
(def default-night-merge-sprite {:r 0.08 :g 0.1 :b 0.36 :multiply-amount 0.3 :hue-amount 0.4})
(def default-night-merge {:r 0.13 :g 0.16 :b 0.61 :multiply-amount 0.5 :hue-amount 0.75})
(def default-night-merge-sprite {:r 0.13 :g 0.16 :b 0.61 :multiply-amount 0.1 :hue-amount 0.35})
(defn clamp-volume [vol]
(max vol 0.005))