Units &c updated!
After Width: | Height: | Size: 675 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Citadel.png
Normal file
After Width: | Height: | Size: 750 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Fort.png
Normal file
After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 632 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Plantation.png
Normal file
After Width: | Height: | Size: 545 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Polder.png
Normal file
After Width: | Height: | Size: 661 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Terrace Farm.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
android/Images/TileSets/FantasyHex/Units/Bowman.png
Normal file
After Width: | Height: | Size: 421 B |
BIN
android/Images/TileSets/FantasyHex/Units/Companion Cavalry.png
Normal file
After Width: | Height: | Size: 396 B |
BIN
android/Images/TileSets/FantasyHex/Units/Conquistador.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
android/Images/TileSets/FantasyHex/Units/Galleass.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
android/Images/TileSets/FantasyHex/Units/Galley.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
android/Images/TileSets/FantasyHex/Units/Jaguar.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
android/Images/TileSets/FantasyHex/Units/Janissary.png
Normal file
After Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 425 B |
BIN
android/Images/TileSets/FantasyHex/Units/Khan.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
android/Images/TileSets/FantasyHex/Units/Landsknecht.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
android/Images/TileSets/FantasyHex/Units/Mandekalu Cavalry.png
Normal file
After Width: | Height: | Size: 407 B |
BIN
android/Images/TileSets/FantasyHex/Units/Maori Warrior.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
android/Images/TileSets/FantasyHex/Units/Marine.png
Normal file
After Width: | Height: | Size: 405 B |
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 448 B |
BIN
android/Images/TileSets/FantasyHex/Units/Mohawk Warrior.png
Normal file
After Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 406 B |
BIN
android/Images/TileSets/FantasyHex/Units/Naresuan's Elephant.png
Normal file
After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
BIN
android/Images/TileSets/FantasyHex/Units/Paratrooper.png
Normal file
After Width: | Height: | Size: 422 B |
BIN
android/Images/TileSets/FantasyHex/Units/Persian Immortal.png
Normal file
After Width: | Height: | Size: 444 B |
BIN
android/Images/TileSets/FantasyHex/Units/Sipahi.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
android/Images/TileSets/FantasyHex/Units/Tercio.png
Normal file
After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@ -21,8 +21,8 @@ android {
|
||||
applicationId "com.unciv.app"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode 325
|
||||
versionName "3.2.2"
|
||||
versionCode 326
|
||||
versionName "3.2.3"
|
||||
}
|
||||
|
||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||
|
13
desktop/pack.bat
Normal file
@ -0,0 +1,13 @@
|
||||
rem See https://github.com/libgdx/packr
|
||||
|
||||
java -jar packr.jar \
|
||||
--platform windows64 \
|
||||
--jdk openjdk-1.7.0-u45-unofficial-icedtea-2.4.3-macosx-x86_64-image.zip \
|
||||
--executable myapp \
|
||||
--classpath myapp.jar \
|
||||
--removelibs myapp.jar \
|
||||
--mainclass com.my.app.MainClass \
|
||||
--vmargs Xmx1G \
|
||||
--resources src/main/resources path/to/other/assets \
|
||||
--minimizejre soft \
|
||||
--output out-mac
|