diff --git a/desktop/resources/inside-cafeteria/background.png b/desktop/resources/inside-cafeteria/background.png index 733d772e..ae35bac1 100644 Binary files a/desktop/resources/inside-cafeteria/background.png and b/desktop/resources/inside-cafeteria/background.png differ diff --git a/desktop/resources/inside-cafeteria/background.psd b/desktop/resources/inside-cafeteria/background.psd index f13908fe..510ac507 100644 Binary files a/desktop/resources/inside-cafeteria/background.psd and b/desktop/resources/inside-cafeteria/background.psd differ diff --git a/desktop/resources/outside-castle/background.png b/desktop/resources/outside-castle/background.png index 4a002de1..0cdbc94d 100644 Binary files a/desktop/resources/outside-castle/background.png and b/desktop/resources/outside-castle/background.png differ diff --git a/desktop/resources/outside-castle/background.psd b/desktop/resources/outside-castle/background.psd index a30ea946..dfc80b94 100644 Binary files a/desktop/resources/outside-castle/background.psd and b/desktop/resources/outside-castle/background.psd differ diff --git a/desktop/src-common/advent/actions.clj b/desktop/src-common/advent/actions.clj index 4fcce813..f47d526e 100644 --- a/desktop/src-common/advent/actions.clj +++ b/desktop/src-common/advent/actions.clj @@ -278,8 +278,8 @@ entities)) (continue [this screen entities] - (when (= (rand-int 50) 2) - (particle-effect! (:step-particles entities) :start)) + (when (= (rand-int 5) 2) + #_(particle-effect! (:step-particles entities) :start)) (let [{from-x :x from-y :y :keys [left right scale-x] :as target-entity} (get-in entities [:room :entities target-id]) [[target-x target-y] remainder] @targets-left] (let [delta-x (- target-x from-x)