mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +07:00
Changes to city screen - city summary in top-left corner like original
This commit is contained in:
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 |
@ -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,
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user