removing unnecessary dark images
This commit is contained in:
@@ -62,9 +62,10 @@
|
||||
:scripts {:sword (actions/get-script entities (actions/talk entities :ego "There's not enough room to swing my sword here."))
|
||||
:crowbar (actions/get-script entities
|
||||
(bust-chest entities))}}}
|
||||
:layers [(assoc (texture "inside-stash/background.png") :x 0 :y 0 :baseline 0)]
|
||||
:layers [(assoc (texture "inside-stash/background.png") :x 0 :y 0 :baseline 0 :night-profile :none)]
|
||||
:entities {:lid (assoc (texture "inside-stash/lid.png")
|
||||
:x 156 :y 116 :baseline 125)}
|
||||
:x 156 :y 116 :baseline 125 :night-profile :none)
|
||||
}
|
||||
:collision "inside-stash/collision.png"
|
||||
:scale-fn (utils/scaler-fn-with-baseline 110 0.10 1.00)
|
||||
:start-pos [143 96]
|
||||
|
||||
Reference in New Issue
Block a user