build
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
MOBILE
|
||||
|
||||
godfather is "visible" with
|
||||
mint position hard to click
|
||||
adjust hotspots
|
||||
ego shouldn't ever be the interaction
|
||||
you can see the bottom of the thing
|
||||
move entrance to antique
|
||||
inventory selected item needs to be rendered on top
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
entity)
|
||||
|
||||
|
||||
(def ui-scale (Double/parseDouble (str (or (System/getProperty "ui_scale") 1.0))))
|
||||
(def ui-scale (Double/parseDouble (str (or (System/getProperty "ui_scale") 1.5))))
|
||||
(def mobile? (= 1.5 ui-scale))
|
||||
(def max-zoom (if mobile? 0.5 0.75))
|
||||
(def min-zoom 0.95)
|
||||
|
||||
@@ -17,11 +17,13 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>${app.version}</string>
|
||||
<string>2.0.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>8.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIDeviceFamily</key>
|
||||
@@ -29,9 +31,17 @@
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
<key>UILaunchImageSize</key>
|
||||
<string>{320,568}</string>
|
||||
<key>UILauunchImages</key>
|
||||
<array>
|
||||
<string>Default-568h</string>
|
||||
</array>
|
||||
<key>UIRequiresFullScreen</key>
|
||||
<true />
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
@@ -52,8 +62,11 @@
|
||||
<dict>
|
||||
<key>CFBundleIconFiles</key>
|
||||
<array>
|
||||
<string>iTunesArtwork</string>
|
||||
<string>Icon</string>
|
||||
<string>Icon-72</string>
|
||||
<string>Icon-60</string>
|
||||
<string>Icon-76</string>
|
||||
<string>Icon-83.5</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
(defproject advent "-1.0.1-SNAPSHOT"
|
||||
(defproject advent "advent-2.0.4"
|
||||
:description "FIXME: write description"
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.4"]
|
||||
[com.badlogicgames.gdx/gdx-backend-robovm "1.9.4"]
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
<target>ios</target>
|
||||
<iosInfoPList>Info.plist.xml</iosInfoPList>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>resources</directory>
|
||||
<includes>
|
||||
<include>**</include>
|
||||
</includes>
|
||||
<skipPngCrush>true</skipPngCrush>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>../desktop/resources</directory>
|
||||
<includes>
|
||||
|
||||
Reference in New Issue
Block a user