mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-01 15:49:46 +07:00
Allow image overlay and changing world wrap in map editor (#9493)
This commit is contained in:
@ -208,7 +208,8 @@
|
||||
"font": "button",
|
||||
"fontColor": "color",
|
||||
"downFontColor": "pressed",
|
||||
"overFontColor": "highlight"
|
||||
"overFontColor": "highlight",
|
||||
"disabledFontColor": "gray"
|
||||
}
|
||||
},
|
||||
"com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle": {
|
||||
|
@ -514,6 +514,14 @@ River generation failed! =
|
||||
Please don't use step 'Landmass' with map type 'Empty', create a new empty map instead. =
|
||||
This map has errors: =
|
||||
The incompatible elements have been removed. =
|
||||
Current map: World Wrap =
|
||||
Overlay image =
|
||||
Click to choose a file =
|
||||
Choose an image =
|
||||
Overlay transparency: =
|
||||
Invalid overlay image =
|
||||
World wrap is incompatible with an overlay and was deactivated. =
|
||||
An overlay image is incompatible with world wrap and was deactivated. =
|
||||
|
||||
## Map/Tool names
|
||||
My new map =
|
||||
@ -1208,11 +1216,13 @@ Default Focus =
|
||||
Please enter a new name for your city =
|
||||
Please select a tile for this building's [improvement] =
|
||||
|
||||
# Ask for text or numbers popup UI
|
||||
# Specialized Popups - Ask for text or numbers, file picker
|
||||
|
||||
Invalid input! Please enter a different string. =
|
||||
Invalid input! Please enter a valid number. =
|
||||
Please enter some text =
|
||||
Please enter a file name =
|
||||
File name: =
|
||||
|
||||
# Technology UI
|
||||
|
||||
|
Reference in New Issue
Block a user