Grand Mesa artwork by The Bucketeer means it's now in the game!

This commit is contained in:
Yair Morgenstern 2019-12-24 15:28:59 +02:00
parent 982c326ccd
commit 97f3260047
5 changed files with 150 additions and 147 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 289 KiB

View File

@ -180,7 +180,17 @@
impassable: true,
unbuildable: true,
weight: 1
}
},
{
name: "Grand Mesa",
type: "NaturalWonder",
production: 2,
gold: 3,
occursOn: ["Plains","Desert","Tundra"],
impassable: true,
unbuildable: true,
weight: 10
},
/** Yukky tile images
{
name: "Krakatoa",
@ -230,15 +240,5 @@
unbuildable: true,
weight: 10
},
{
name: "Grand Mesa",
type: "NaturalWonder",
production: 2,
gold: 3,
occursOn: ["Plains","Desert","Tundra"],
impassable: true,
unbuildable: true,
weight: 10
},
*/
]

View File

@ -17,13 +17,9 @@ import com.unciv.models.ruleset.Ruleset
import com.unciv.models.translations.TranslationFileReader
import com.unciv.models.translations.Translations
import com.unciv.ui.LanguagePickerScreen
import com.unciv.ui.utils.CameraStageBaseScreen
import com.unciv.ui.utils.CrashController
import com.unciv.ui.utils.CrashReportSender
import com.unciv.ui.utils.ImageGetter
import com.unciv.ui.utils.center
import com.unciv.ui.utils.*
import com.unciv.ui.worldscreen.WorldScreen
import java.util.UUID
import java.util.*
import kotlin.concurrent.thread
class UncivGame(