diff --git a/desktop/resources/ego/base.png b/desktop/resources/ego/base.png index c84ed251..a4e31e31 100644 Binary files a/desktop/resources/ego/base.png and b/desktop/resources/ego/base.png differ diff --git a/desktop/resources/title.psd b/desktop/resources/title.psd index 47883dcc..231ce9b6 100644 Binary files a/desktop/resources/title.psd and b/desktop/resources/title.psd differ diff --git a/desktop/src-common/advent/screens/title.clj b/desktop/src-common/advent/screens/title.clj index 051715ce..da8fa6b6 100644 --- a/desktop/src-common/advent/screens/title.clj +++ b/desktop/src-common/advent/screens/title.clj @@ -63,6 +63,11 @@ :opacity 1.0 :origin-x 0 :origin-y 0) + :flying-ego (assoc (texture "ego/flying.png") + :scale-x 5 + :scale-y 5 + :x 450 + :y 650) :clouds (assoc (particle-effect "titleclouds" :reset :start) :x 640 :y 480 ) :toolbox (center (assoc (nine-patch {:region (:object (texture "talk-bg-2.png")) :left 9 :top 9 :right 9 :bottom 9}) :y 90 :width 500 :height 250)) @@ -106,7 +111,7 @@ (let [entities (utils/apply-tweens screen entities (:tweens entities))] (music! (:music entities) :set-volume (utils/current-music-volume (:volume entities))) () - (render! screen [(:overlay entities) (:clouds entities) (:toolbox entities) (:start-playing entities) (:quit entities) (:music-label entities) (:music-volume-slider entities) (:sound-label entities) (:sound-volume-slider entities) (:fade entities) ]) + (render! screen [(:overlay entities) (:clouds entities) (:flying-ego entities) (:toolbox entities) (:start-playing entities) (:quit entities) (:music-label entities) (:music-volume-slider entities) (:sound-label entities) (:sound-volume-slider entities) (:fade entities) ]) entities)) :show-screen (fn [entities]