Google play-able

Units with no turns left are now grayed out
Added culture pool to cities and tiles being added to cities when pool fills
Changed tile icon order and placing of resource icon
This commit is contained in:
Yair Morgenstern
2017-11-25 21:56:04 +02:00
parent a6ae95946c
commit d125c6ba3e
19 changed files with 123 additions and 55 deletions

View File

@ -6,7 +6,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:icon="@drawable/uncivicon"
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
<activity

BIN
android/android-release.apk Normal file

Binary file not shown.

View File

@ -18,10 +18,10 @@ android {
exclude 'META-INF/robovm/ios/robovm.xml'
}
defaultConfig {
applicationId "com.mygdx.game"
applicationId "com.unciv.game"
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionCode 3
versionName "1.0"
}
buildTypes {
@ -79,7 +79,7 @@ task run(type: Exec) {
}
def adb = path + "/platform-tools/adb"
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.mygdx.game/AndroidLauncher'
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.unciv.game/AndroidLauncher'
}
// sets up the Android Eclipse project, using the old Ant based build.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB