removing unnecessary dark images

This commit is contained in:
2015-05-05 17:17:57 -07:00
parent e233c67004
commit 5e0ebc8f48
29 changed files with 63 additions and 50 deletions

View File

@@ -77,6 +77,7 @@
:x 215 :y 90 :baseline 150
:anim stand
:anim-start 0
:night-profile :sprite
:scale-x 1.4
:scale-y 1.4
:talk-color (color 0.6 0.2 0.6 1.0)
@@ -95,6 +96,7 @@
:x 244 :y 102 :baseline 138
:scale-x 1.4
:scale-y 1.4
:night-profile :sprite
:anim stand
:anim-start 0
:stand stand)))
@@ -106,6 +108,7 @@
:scale-x 1.4
:scale-y 1.4
:anim stand
:night-profile :sprite
:anim-start 0
:stand stand)))
@@ -140,8 +143,8 @@
(actions/remove-item entities :walkie-talkies)
(actions/walk-straight-to entities :ego [285 71]))}}}
:layers {:day [(assoc (texture "castle-gate/background.png") :x 0 :y 0 :baseline 0)]
:night [(assoc (texture "castle-gate/background.png") :x 0 :y 0 :baseline 0)]}
:layers {:day [(assoc (texture "castle-gate/background.png") :x 0 :y 0 :baseline 0 :night-profile :none)]
:night [(assoc (texture "castle-gate/background.png") :x 0 :y 0 :baseline 0 :night-profile :none)]}
:entities {:frankie (make-frankie screen)
:goon-1 (make-goon-1 screen)
:goon-2 (make-goon-2 screen)}