diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index 961c1d0b0f..042d234c2e 100644 --- a/buildSrc/src/main/kotlin/BuildConfig.kt +++ b/buildSrc/src/main/kotlin/BuildConfig.kt @@ -4,8 +4,8 @@ package com.unciv.build object BuildConfig { const val kotlinVersion = "1.8.21" const val appName = "Unciv" - const val appCodeNumber = 890 - const val appVersion = "4.7.8" + const val appCodeNumber = 891 + const val appVersion = "4.7.8-patch1" const val gdxVersion = "1.11.0" const val ktorVersion = "2.2.3" diff --git a/core/src/com/unciv/UncivGame.kt b/core/src/com/unciv/UncivGame.kt index 8af27e4d11..2c89a8c01a 100644 --- a/core/src/com/unciv/UncivGame.kt +++ b/core/src/com/unciv/UncivGame.kt @@ -536,7 +536,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci companion object { //region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT - val VERSION = Version("4.7.8", 890) + val VERSION = Version("4.7.8=patch1", 891) //endregion lateinit var Current: UncivGame diff --git a/core/src/com/unciv/models/tilesets/TileSetConfig.kt b/core/src/com/unciv/models/tilesets/TileSetConfig.kt index 9e9d82d4d4..8c3061deb8 100644 --- a/core/src/com/unciv/models/tilesets/TileSetConfig.kt +++ b/core/src/com/unciv/models/tilesets/TileSetConfig.kt @@ -7,8 +7,9 @@ class TileSetConfig { var useSummaryImages = false var unexploredTileColor: Color = Color.DARK_GRAY var fogOfWarColor: Color = Color.BLACK - /** Name of the tileset to use when this one is missing images. Null to disable. */ - var fallbackTileSet: String? = "HexaRealm" + /** Name of the tileset to use when this one is missing images. Null to disable. + * Don't change unless you've also moved the crosshatch, borders, and arrows as well */ + var fallbackTileSet: String? = "FantasyHex" /** Scale factor for hex images, with hex center as origin. */ var tileScale: Float = 1f var tileScales: HashMap = HashMap() diff --git a/fastlane/metadata/android/nl/full_description.txt b/fastlane/metadata/android/nl/full_description.txt new file mode 100644 index 0000000000..6a510e7cec --- /dev/null +++ b/fastlane/metadata/android/nl/full_description.txt @@ -0,0 +1,15 @@ +Een herwerking van het meest beroemde spel over beschavingen bouwen ooit - snel, klein, geen advertenties, voor altijd gratis! + +Bouw je beschaving, ontdek technologieën, breidt je steden uit en versla je vijanden! + +Verzoeken? Bugs? Todo lijst voor de applicatie is https://github.com/yairm210/Unciv/issues, elk beetje help is welkom! + +Vragen? Opmerkingen? Gewoon verveeld? Vergezel ons op https://discord.gg/bjrB4Xw. + +Wil je helpen het spel in jouw taal te vertalen? Stuur me een email op yairm210@hotmail.com. + +Fan van Java of Kotlin? Vergezel ons op https://github.com/yairm210/Unciv. + +De wereld wacht! Zal jij je beschaving kunnen uitbreiden tot een rijk dat de tands des tijds zal weerstaan? + +De 'have full network access' toegang is vereist voor downloads en de multiplayer mode. Alle andere opgelijste toegangen zijn automatisch inbegrepen in de API die gebruikt wordt voor beurtmeldingen in multiplayer. Netwerktoegangen worden gebruikt om mods op te lijsten en te downloaden, muziek te downloaden en multiplayer spellen te uploaden/downloaden. Geen andere internet communicatie work door Unciv opgezet. diff --git a/fastlane/metadata/android/nl/short_description.txt b/fastlane/metadata/android/nl/short_description.txt new file mode 100644 index 0000000000..7e5672c6a0 --- /dev/null +++ b/fastlane/metadata/android/nl/short_description.txt @@ -0,0 +1 @@ +4X spel, bouw je eigen beschaving \ No newline at end of file