mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04:00
parent
4698bd1cdf
commit
00e008b656
@ -4,8 +4,8 @@ package com.unciv.build
|
|||||||
object BuildConfig {
|
object BuildConfig {
|
||||||
const val kotlinVersion = "1.8.21"
|
const val kotlinVersion = "1.8.21"
|
||||||
const val appName = "Unciv"
|
const val appName = "Unciv"
|
||||||
const val appCodeNumber = 890
|
const val appCodeNumber = 891
|
||||||
const val appVersion = "4.7.8"
|
const val appVersion = "4.7.8-patch1"
|
||||||
|
|
||||||
const val gdxVersion = "1.11.0"
|
const val gdxVersion = "1.11.0"
|
||||||
const val ktorVersion = "2.2.3"
|
const val ktorVersion = "2.2.3"
|
||||||
|
@ -536,7 +536,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
//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
|
//endregion
|
||||||
|
|
||||||
lateinit var Current: UncivGame
|
lateinit var Current: UncivGame
|
||||||
|
@ -7,8 +7,9 @@ class TileSetConfig {
|
|||||||
var useSummaryImages = false
|
var useSummaryImages = false
|
||||||
var unexploredTileColor: Color = Color.DARK_GRAY
|
var unexploredTileColor: Color = Color.DARK_GRAY
|
||||||
var fogOfWarColor: Color = Color.BLACK
|
var fogOfWarColor: Color = Color.BLACK
|
||||||
/** Name of the tileset to use when this one is missing images. Null to disable. */
|
/** Name of the tileset to use when this one is missing images. Null to disable.
|
||||||
var fallbackTileSet: String? = "HexaRealm"
|
* 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. */
|
/** Scale factor for hex images, with hex center as origin. */
|
||||||
var tileScale: Float = 1f
|
var tileScale: Float = 1f
|
||||||
var tileScales: HashMap<String, Float> = HashMap()
|
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