diff --git a/desktop/src-common/advent/screens/title.clj b/desktop/src-common/advent/screens/title.clj index e6bb67e6..343abfeb 100644 --- a/desktop/src-common/advent/screens/title.clj +++ b/desktop/src-common/advent/screens/title.clj @@ -96,7 +96,7 @@ fullscreen (center fullscreen) quit (assoc (label "End quest" (style :label font (color 1.0 0.3 0.3 1.0))) :x 0 :y (- 280 (* 32 6)) :height 32 :origin-x 0 :origin-y 0) quit (center quit) - music (utils/make-music "intro.wav") + music (utils/make-music "intro.ogg") ui-skin (skin "ui/ui.json") balloon (utils/make-anim "title/balloon.png" [15 30] 0.45 (range 4)) ] diff --git a/ios/project.clj b/ios/project.clj index f31b2cd8..8a9851d6 100644 --- a/ios/project.clj +++ b/ios/project.clj @@ -16,6 +16,6 @@ "-libs" "libs/libObjectAL.a:libs/libgdx.a:libs/libgdx-box2d.a:libs/libgdx-bullet.a" "-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation" "-resources" "../desktop/resources/**"] - :robovm-path "/Users/brycecovert/dev/robovm/robovm-1.4.0"} + :robovm-path "/Users/brycecovert/dev/robovm/robovm-1.7.0/"} :aot :all :main advent.core.IOSLauncher)