mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 23:40:01 +07:00
Policy picker colors skinnable (#11050)
* Centralize Policy picker colors and make them skinnable * Most Policy picker colors skinnable, names, UiElementDocsWriter tricked
This commit is contained in:
@ -100,6 +100,25 @@ These shapes are used all over Unciv and can be replaced to make a lot of UI ele
|
||||
| PolicyScreen/ | PolicyBranchBackgroundBorder | rectangleWithOutline | |
|
||||
| PolicyScreen/ | PolicyBranchHeader | rectangleWithOutline | |
|
||||
| PolicyScreen/ | PolicyBranchHeaderBorder | rectangleWithOutline | |
|
||||
| PolicyScreen/Colors/ | BranchBGAdopted | 50,45,5 | |
|
||||
| PolicyScreen/Colors/ | BranchBGCompleted | 255,205,0 | |
|
||||
| PolicyScreen/Colors/ | BranchBGNotAdopted | 5,45,65 | |
|
||||
| PolicyScreen/Colors/ | BranchHeaderBG | 47,90,92 | |
|
||||
| PolicyScreen/Colors/ | BranchLabelAdopted | 150,70,40 | |
|
||||
| PolicyScreen/Colors/ | BranchLabelNotPickable | 0xffffff7f | |
|
||||
| PolicyScreen/Colors/ | BranchLabelPickable | WHITE | |
|
||||
| PolicyScreen/Colors/ | ButtonBGAdopted | 1,17,19 | |
|
||||
| PolicyScreen/Colors/ | ButtonBGAdoptedSelected | 1,17,19 | |
|
||||
| PolicyScreen/Colors/ | ButtonBGNotPickable | 20,20,20 | |
|
||||
| PolicyScreen/Colors/ | ButtonBGNotPickableSelected | 20,20,20 | |
|
||||
| PolicyScreen/Colors/ | ButtonBGPickable | 32,46,64 | |
|
||||
| PolicyScreen/Colors/ | ButtonBGPickableSelected | 37,87,82 | |
|
||||
| PolicyScreen/Colors/ | ButtonIconAdopted | GOLD | |
|
||||
| PolicyScreen/Colors/ | ButtonIconAdoptedSelected | GOLD | |
|
||||
| PolicyScreen/Colors/ | ButtonIconNotPickable | 0xffffff33 | |
|
||||
| PolicyScreen/Colors/ | ButtonIconNotPickableSelected | 0xffffff33 | |
|
||||
| PolicyScreen/Colors/ | ButtonIconPickable | WHITE | |
|
||||
| PolicyScreen/Colors/ | ButtonIconPickableSelected | WHITE | |
|
||||
| PromotionScreen/ | PromotionButton | roundedEdgeRectangleMid | |
|
||||
| PromotionScreen/ | PromotionButtonBorder | roundedEdgeRectangleMidBorder | |
|
||||
| TechPickerScreen/ | Background | null | |
|
||||
|
Reference in New Issue
Block a user