additive to the max

This commit is contained in:
2015-03-18 12:50:57 -07:00
parent 7c83b3425e
commit 5cd6c108d4
14 changed files with 9 additions and 5 deletions

View File

@@ -230,7 +230,8 @@
:script (actions/get-script entities (leave entities))}}
:layers [(assoc (texture "inside-jail/background.png") :x 0 :y 0 :baseline 0)
(assoc (texture "inside-jail/bars.png") :x 0 :y 0 :baseline 165)
(assoc (texture "inside-jail/glow.png") :x 0 :y 0 :baseline 240)]
(assoc (texture "inside-jail/glow.png") :x 0 :y 0 :baseline 240 :additive? true :opacity 0.35)
(assoc (texture "inside-jail/fg.png") :x 0 :y 5 :baseline 241 :parallax 1.5 )]
:hotspots [{:box [121 40 258 44]
:fn (fn [screen entities]