diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index d2696ab4..ffdafa00 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -1051,12 +1051,14 @@ void main () :fade {:object nil :opacity 0.0} :white-fade (assoc (utils/get-texture "white.png") - :scale-x 20 - :scale-y 20 + :scale-x 30 + :scale-y 30 :baseline 9500 :opacity 0.0 :origin-x 0 - :origin-y 0) + :origin-y 0 + :x -20 + :y -20) :actions {:object nil :channel (chan) :current nil