started ios porting.

This commit is contained in:
Bryce Covert
2015-09-12 22:18:49 -07:00
parent 4a3e66a772
commit 2e49fd5b5d
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
fullscreen (center fullscreen) 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 (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) quit (center quit)
music (utils/make-music "intro.wav") music (utils/make-music "intro.ogg")
ui-skin (skin "ui/ui.json") ui-skin (skin "ui/ui.json")
balloon (utils/make-anim "title/balloon.png" [15 30] 0.45 (range 4)) balloon (utils/make-anim "title/balloon.png" [15 30] 0.45 (range 4))
] ]

View File

@@ -16,6 +16,6 @@
"-libs" "libs/libObjectAL.a:libs/libgdx.a:libs/libgdx-box2d.a:libs/libgdx-bullet.a" "-libs" "libs/libObjectAL.a:libs/libgdx.a:libs/libgdx-box2d.a:libs/libgdx-bullet.a"
"-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation" "-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation"
"-resources" "../desktop/resources/**"] "-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 :aot :all
:main advent.core.IOSLauncher) :main advent.core.IOSLauncher)