diff --git a/OpenRA.Game/Chrome.cs b/OpenRA.Game/Chrome.cs index 8cba44cfbb..c3958ec53a 100644 --- a/OpenRA.Game/Chrome.cs +++ b/OpenRA.Game/Chrome.cs @@ -410,7 +410,7 @@ namespace OpenRA DrawCentered("OpenRA Multiplayer Lobby", new int2(r.Left + w / 2, r.Top + 20), Color.White); rgbaRenderer.Flush(); - DrawDialogBackground(new Rectangle(r.Right - 264, r.Top + 43, 244, 244),"dialog2"); + DrawDialogBackground(new Rectangle(r.Right - 264, r.Top + 43, 244, 244),"dialog3"); var minimapRect = new Rectangle(r.Right - 262, r.Top + 45, 240, 240); @@ -451,21 +451,21 @@ namespace OpenRA { // todo: name editing var nameRect = new Rectangle(r.Left + 30, y - 2, 95, 22); - DrawDialogBackground(nameRect, "dialog2"); + DrawDialogBackground(nameRect, "dialog3"); - DrawDialogBackground(paletteRect, "dialog2"); + DrawDialogBackground(paletteRect, "dialog3"); AddButton(paletteRect, CyclePalette); var raceRect = new Rectangle(r.Left + 210, y - 2, 65, 22); - DrawDialogBackground(raceRect, "dialog2"); + DrawDialogBackground(raceRect, "dialog3"); AddButton(raceRect, CycleRace); var readyRect = new Rectangle(r.Left + 280, y - 2, 95, 22); - DrawDialogBackground(readyRect, "dialog2"); + DrawDialogBackground(readyRect, "dialog3"); AddButton(readyRect, CycleReady); var spawnPointRect = new Rectangle(r.Left + 380, y - 2, 70, 22); - DrawDialogBackground(spawnPointRect, "dialog2"); + DrawDialogBackground(spawnPointRect, "dialog3"); AddButton(spawnPointRect, CycleSpawnPoint); } @@ -491,7 +491,7 @@ namespace OpenRA var chatBox = new Rectangle(r.Left + 20, r.Bottom - 269, r.Width - 40, 220); DrawDialogBackground(typingBox, "dialog2"); - DrawDialogBackground(chatBox, "dialog2"); + DrawDialogBackground(chatBox, "dialog3"); DrawChat(typingBox, chatBox); diff --git a/mods/cnc/chrome.xml b/mods/cnc/chrome.xml index 7b96527a83..723f584547 100644 --- a/mods/cnc/chrome.xml +++ b/mods/cnc/chrome.xml @@ -159,18 +159,18 @@ - - - + + + - - - + + + - - - + + + diff --git a/mods/ra/buttons.png b/mods/ra/buttons.png new file mode 100644 index 0000000000..bc88852f7d Binary files /dev/null and b/mods/ra/buttons.png differ diff --git a/mods/ra/chrome.xml b/mods/ra/chrome.xml index a45a9c0fa0..c30d07bba2 100644 --- a/mods/ra/chrome.xml +++ b/mods/ra/chrome.xml @@ -121,7 +121,29 @@ - + + + + + + + + + + + + + + + + + + + + + + + @@ -132,7 +154,7 @@ - + @@ -169,19 +191,19 @@ - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/mods/ra/dialog2.png b/mods/ra/dialog2.png new file mode 100644 index 0000000000..0acbe00f7f Binary files /dev/null and b/mods/ra/dialog2.png differ diff --git a/mods/ra/dialog3.png b/mods/ra/dialog3.png new file mode 100644 index 0000000000..eb169d6a98 Binary files /dev/null and b/mods/ra/dialog3.png differ