build
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
MOBILE
|
MOBILE
|
||||||
|
|
||||||
godfather is "visible" with
|
|
||||||
mint position hard to click
|
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)
|
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 mobile? (= 1.5 ui-scale))
|
||||||
(def max-zoom (if mobile? 0.5 0.75))
|
(def max-zoom (if mobile? 0.5 0.75))
|
||||||
(def min-zoom 0.95)
|
(def min-zoom 0.95)
|
||||||
|
|||||||
@@ -17,11 +17,13 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>${app.version}</string>
|
<string>2.0.4</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
|
<key>MinimumOSVersion</key>
|
||||||
|
<string>8.0</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>UIDeviceFamily</key>
|
<key>UIDeviceFamily</key>
|
||||||
@@ -29,9 +31,17 @@
|
|||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
<integer>2</integer>
|
<integer>2</integer>
|
||||||
</array>
|
</array>
|
||||||
|
<key>UILaunchImageSize</key>
|
||||||
|
<string>{320,568}</string>
|
||||||
|
<key>UILauunchImages</key>
|
||||||
|
<array>
|
||||||
|
<string>Default-568h</string>
|
||||||
|
</array>
|
||||||
|
<key>UIRequiresFullScreen</key>
|
||||||
|
<true />
|
||||||
<key>UIRequiredDeviceCapabilities</key>
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
<array>
|
<array>
|
||||||
<string>armv7</string>
|
<string>arm64</string>
|
||||||
</array>
|
</array>
|
||||||
<key>UISupportedInterfaceOrientations</key>
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
<array>
|
<array>
|
||||||
@@ -52,8 +62,11 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleIconFiles</key>
|
<key>CFBundleIconFiles</key>
|
||||||
<array>
|
<array>
|
||||||
|
<string>iTunesArtwork</string>
|
||||||
<string>Icon</string>
|
<string>Icon</string>
|
||||||
<string>Icon-72</string>
|
<string>Icon-60</string>
|
||||||
|
<string>Icon-76</string>
|
||||||
|
<string>Icon-83.5</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
(defproject advent "-1.0.1-SNAPSHOT"
|
(defproject advent "advent-2.0.4"
|
||||||
:description "FIXME: write description"
|
:description "FIXME: write description"
|
||||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.4"]
|
:dependencies [[com.badlogicgames.gdx/gdx "1.9.4"]
|
||||||
[com.badlogicgames.gdx/gdx-backend-robovm "1.9.4"]
|
[com.badlogicgames.gdx/gdx-backend-robovm "1.9.4"]
|
||||||
|
|||||||
@@ -6,6 +6,13 @@
|
|||||||
<target>ios</target>
|
<target>ios</target>
|
||||||
<iosInfoPList>Info.plist.xml</iosInfoPList>
|
<iosInfoPList>Info.plist.xml</iosInfoPList>
|
||||||
<resources>
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>resources</directory>
|
||||||
|
<includes>
|
||||||
|
<include>**</include>
|
||||||
|
</includes>
|
||||||
|
<skipPngCrush>true</skipPngCrush>
|
||||||
|
</resource>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>../desktop/resources</directory>
|
<directory>../desktop/resources</directory>
|
||||||
<includes>
|
<includes>
|
||||||
|
|||||||
Reference in New Issue
Block a user