mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-13 12:27:40 +07:00
Indonesian is in and has a flag
This commit is contained in:
parent
fd8528af7a
commit
94f1b074c9
BIN
android/Images/FlagIcons/Bahasa_Indonesia.png
Normal file
BIN
android/Images/FlagIcons/Bahasa_Indonesia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 877 KiB After Width: | Height: | Size: 880 KiB |
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,8 @@
|
|||||||
Traditional_Chinese = 97
|
Traditional_Chinese = 97
|
||||||
Italian = 100
|
Italian = 100
|
||||||
Polish = 99
|
Polish = 100
|
||||||
Russian = 97
|
Russian = 99
|
||||||
|
Bahasa_Indonesia = 16
|
||||||
Romanian = 49
|
Romanian = 49
|
||||||
Korean = 95
|
Korean = 95
|
||||||
Simplified_Chinese = 97
|
Simplified_Chinese = 97
|
||||||
|
@ -14,11 +14,14 @@ import com.unciv.models.ruleset.unit.UnitType
|
|||||||
import com.unciv.ui.worldscreen.unit.UnitAction
|
import com.unciv.ui.worldscreen.unit.UnitAction
|
||||||
import com.unciv.ui.worldscreen.unit.UnitActions
|
import com.unciv.ui.worldscreen.unit.UnitActions
|
||||||
|
|
||||||
const val CLOSE_ENEMY_TURNS_AWAY_LIMIT = 3f
|
|
||||||
const val CLOSE_ENEMY_TILES_AWAY_LIMIT = 5
|
|
||||||
|
|
||||||
class UnitAutomation{
|
class UnitAutomation{
|
||||||
|
|
||||||
|
companion object {
|
||||||
|
const val CLOSE_ENEMY_TILES_AWAY_LIMIT = 5
|
||||||
|
const val CLOSE_ENEMY_TURNS_AWAY_LIMIT = 3f
|
||||||
|
}
|
||||||
|
|
||||||
fun automateUnitMoves(unit: MapUnit) {
|
fun automateUnitMoves(unit: MapUnit) {
|
||||||
|
|
||||||
if (unit.name == Constants.settler) {
|
if (unit.name == Constants.settler) {
|
||||||
|
Loading…
Reference in New Issue
Block a user