started ios porting.
This commit is contained in:
@@ -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))
|
||||
]
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user