Added river toggles to map editor to see how it looks. Not good, btw - can't see rivers behind mountain/forest/hill tiles...

Disabled for now, until we find a better way to display rivers.
This commit is contained in:
Yair Morgenstern
2019-10-18 16:39:23 +03:00
parent 6d1edd67e0
commit 77f479e39b
3 changed files with 124 additions and 61 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 309
versionName "3.1.6"
versionCode 310
versionName "3.1.7"
}
// Had to add this crap for Travis to build, it wanted to sign the app