mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-10 19:09:06 +07:00
Grand Mesa artwork by The Bucketeer means it's now in the game!
This commit is contained in:
parent
982c326ccd
commit
97f3260047
BIN
android/Images/TileSets/FantasyHex/Tiles/Grand Mesa.png
Normal file
BIN
android/Images/TileSets/FantasyHex/Tiles/Grand Mesa.png
Normal file
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 |
@ -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
|
||||
},
|
||||
*/
|
||||
]
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user