diff --git a/desktop/resources/castle-gate/collision.png b/desktop/resources/castle-gate/collision.png index a506a36a..31f141cd 100644 Binary files a/desktop/resources/castle-gate/collision.png and b/desktop/resources/castle-gate/collision.png differ diff --git a/desktop/src-common/advent/screens/rooms/castle_gate.clj b/desktop/src-common/advent/screens/rooms/castle_gate.clj index 5ea6944e..7a44945e 100644 --- a/desktop/src-common/advent/screens/rooms/castle_gate.clj +++ b/desktop/src-common/advent/screens/rooms/castle_gate.clj @@ -23,7 +23,7 @@ (defn make-coin-flip [screen] (let [coin-flip (utils/make-anim "castle-gate/coinflip.png" [10 10] 0.05 (range 5))] (assoc (animation->texture screen coin-flip) - :x 212 :y 114 :baseline 240 + :x 212 :y 114 :baseline 151 :opacity 0.0 :origin-x 5 :origin-y 5