progres.s
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 672 KiB After Width: | Height: | Size: 673 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 609 KiB After Width: | Height: | Size: 610 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 419 KiB After Width: | Height: | Size: 418 KiB |
@@ -17,11 +17,7 @@
|
|||||||
:java-source-paths ["src/java"]
|
:java-source-paths ["src/java"]
|
||||||
:plugins [[lein-fruit "0.2.4-SNAPSHOT"]]
|
:plugins [[lein-fruit "0.2.4-SNAPSHOT"]]
|
||||||
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
||||||
:ios {:robovm-opts ["-forcelinkclasses" "advent.**:clojure.**:com.badlogic.**:play_clj.**:org.apache.log4j.**:java.util.logging.**"
|
:ios {:robovm-opts ["-config" "robovm.xml"]
|
||||||
"-libs" "libs/libObjectAL.a:libs/libgdx.a"
|
|
||||||
"-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation"
|
|
||||||
"-resources" "../desktop/resources/**"
|
|
||||||
]
|
|
||||||
:robovm-path "/Users/brycecovert/Downloads/robovm-2.1.0/"
|
:robovm-path "/Users/brycecovert/Downloads/robovm-2.1.0/"
|
||||||
:version 2.1}
|
:version 2.1}
|
||||||
:aot :all
|
:aot :all
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ import org.robovm.apple.glkit.GLKViewDrawableDepthFormat;
|
|||||||
public class IOSLauncher extends IOSApplication.Delegate {
|
public class IOSLauncher extends IOSApplication.Delegate {
|
||||||
protected IOSApplication createApplication() {
|
protected IOSApplication createApplication() {
|
||||||
IOSApplicationConfiguration config = new IOSApplicationConfiguration();
|
IOSApplicationConfiguration config = new IOSApplicationConfiguration();
|
||||||
config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
|
// config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
|
||||||
config.depthFormat = GLKViewDrawableDepthFormat._24;
|
// config.depthFormat = GLKViewDrawableDepthFormat._24;
|
||||||
config.orientationPortrait = false;
|
config.orientationPortrait = false;
|
||||||
config.orientationLandscape = true;
|
config.orientationLandscape = true;
|
||||||
config.preferredFramesPerSecond = 30;
|
config.preferredFramesPerSecond = 30;
|
||||||
|
|||||||
Reference in New Issue
Block a user