mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-12 16:59:11 +07:00
Resolved #8158 - Fallback images for all major objects
This commit is contained in:
BIN
android/Images.PolicyIcons/PolicyIcons/Fallback.png
Normal file
BIN
android/Images.PolicyIcons/PolicyIcons/Fallback.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@ -130,6 +130,13 @@ PolicyIcons/Constitution
|
|||||||
orig: 50, 50
|
orig: 50, 50
|
||||||
offset: 0, 0
|
offset: 0, 0
|
||||||
index: -1
|
index: -1
|
||||||
|
PolicyIcons/Fallback
|
||||||
|
rotate: false
|
||||||
|
xy: 236, 62
|
||||||
|
size: 50, 50
|
||||||
|
orig: 50, 50
|
||||||
|
offset: 0, 0
|
||||||
|
index: -1
|
||||||
PolicyIcons/Cultural Diplomacy
|
PolicyIcons/Cultural Diplomacy
|
||||||
rotate: false
|
rotate: false
|
||||||
xy: 236, 4
|
xy: 236, 4
|
||||||
|
@ -32,8 +32,9 @@ class CustomFileLocationHelperAndroid(private val activity: Activity) : CustomFi
|
|||||||
} else ""
|
} else ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(ex:Exception) {}
|
catch(ex:Exception) {
|
||||||
suggestedLocation.split("2F").last() // I have no idea why but the content path ends with this before the filename
|
suggestedLocation.split("2F").last() // I have no idea why but the content path ends with this before the filename
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
// if we didn't load, this is some file name entered by the user
|
// if we didn't load, this is some file name entered by the user
|
||||||
suggestedLocation
|
suggestedLocation
|
||||||
|
Reference in New Issue
Block a user