Changes to city screen - city summary in top-left corner like original

This commit is contained in:
Yair Morgenstern
2019-01-19 21:01:47 +02:00
parent 61d2d3499a
commit a371aedf23
11 changed files with 636 additions and 499 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 846 KiB

After

Width:  |  Height:  |  Size: 861 KiB

View File

@ -614,6 +614,7 @@
uniques:["Free Social Policy","Can only be built in coastal cities"],
requiredTech:"Ecology"
},
/*
{
name:"CN Tower",
isWonder:true,
@ -630,7 +631,7 @@
greatPersonPoints:{production:2}
uniques:["Gold cost of upgrading military units reduced by 33%"]
requiredTech:"Combined Arms" // todo doesn't exist yet!
},
},*/
{
name:"Spaceship Factory",
production:3,

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 28
versionCode 191
versionName "2.12.0"
versionCode 192
versionName "2.12.1"
}
// Had to add this crap for Travis to build, it wanted to sign the app