diff --git a/mods/ra/chrome.yaml b/mods/ra/chrome.yaml index 3953bf4485..15cbcf9971 100644 --- a/mods/ra/chrome.yaml +++ b/mods/ra/chrome.yaml @@ -206,6 +206,9 @@ order-icons: chrome.png options: 480,0,16,16 options-disabled: 480,16,16,16 options-active: 480,32,16,16 + debug: 351,48,16,16 + debug-disabled: 351,64,16,16 + debug-active: 351,80,16,16 diplomacy: 464,48,16,16 diplomacy-disabled: 464,64,16,16 diplomacy-active: 464,80,16,16 diff --git a/mods/ra/chrome/ingame-player.yaml b/mods/ra/chrome/ingame-player.yaml index 6beded3cd2..53556edf87 100644 --- a/mods/ra/chrome/ingame-player.yaml +++ b/mods/ra/chrome/ingame-player.yaml @@ -110,7 +110,7 @@ Container@PLAYER_WIDGETS: X: 6 Y: 6 ImageCollection: order-icons - ImageName: options + ImageName: debug MenuButton@DIPLOMACY_BUTTON: Logic: AddRaceSuffixLogic MenuContainer: INGAME_DIPLOMACY_BG diff --git a/mods/ra/uibits/chrome.png b/mods/ra/uibits/chrome.png index 0c32638fe3..e5891ab677 100644 Binary files a/mods/ra/uibits/chrome.png and b/mods/ra/uibits/chrome.png differ