mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
parent
4698bd1cdf
commit
00e008b656
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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<String, Float> = HashMap()
|
||||
|
15
fastlane/metadata/android/nl/full_description.txt
Normal file
15
fastlane/metadata/android/nl/full_description.txt
Normal file
@ -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.
|
1
fastlane/metadata/android/nl/short_description.txt
Normal file
1
fastlane/metadata/android/nl/short_description.txt
Normal file
@ -0,0 +1 @@
|
||||
4X spel, bouw je eigen beschaving
|
Loading…
x
Reference in New Issue
Block a user