diff --git a/OpenRA.Mods.Cnc/CncLoadScreen.cs b/OpenRA.Mods.Cnc/CncLoadScreen.cs index 17873c7d22..8be9638bcf 100644 --- a/OpenRA.Mods.Cnc/CncLoadScreen.cs +++ b/OpenRA.Mods.Cnc/CncLoadScreen.cs @@ -54,8 +54,8 @@ namespace OpenRA.Mods.Cnc nodLogo = new Sprite(s, new Rectangle(0,256,256,256), TextureChannel.Alpha); gdiLogo = new Sprite(s, new Rectangle(256,256,256,256), TextureChannel.Alpha); evaLogo = new Sprite(s, new Rectangle(256,64,128,64), TextureChannel.Alpha); - nodPos = new float2(Renderer.Resolution.Width/3 - 256, Renderer.Resolution.Height/2 - 128); - gdiPos = new float2(Renderer.Resolution.Width*2/3, Renderer.Resolution.Height/2 - 128); + nodPos = new float2(Renderer.Resolution.Width/2 - 384, Renderer.Resolution.Height/2 - 128); + gdiPos = new float2(Renderer.Resolution.Width/2 + 128, Renderer.Resolution.Height/2 - 128); evaPos = new float2(Renderer.Resolution.Width-43-128, 43); brightBlock = new Sprite(s, new Rectangle(320,0,16,35), TextureChannel.Alpha); @@ -79,7 +79,7 @@ namespace OpenRA.Mods.Cnc text = "Loading"; var textSize = r.Fonts["BigBold"].Measure(text); textPos = new float2((Renderer.Resolution.Width - textSize.X) / 2, barY); - r.Fonts["BigBold"].DrawText(text, textPos, Color.DarkRed); + r.Fonts["BigBold"].DrawText(text, textPos, Color.Gray); for (var i = 0; i <= 8; i++) { diff --git a/artsrc/cnc/chrome.svg b/artsrc/cnc/chrome.svg index bf32901bab..c0129532c0 100644 --- a/artsrc/cnc/chrome.svg +++ b/artsrc/cnc/chrome.svg @@ -54,9 +54,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="293.08008" - inkscape:cy="512.48057" + inkscape:zoom="1.2402344" + inkscape:cx="237.05193" + inkscape:cy="255.99995" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -92,7 +92,7 @@ image/svg+xml - + @@ -471,25 +471,25 @@ x="0.5" y="796.86224" /> @@ -648,7 +648,7 @@ sodipodi:cy="50.543064" sodipodi:rx="4.9887238" sodipodi:ry="5.8201776" - d="m 290.17741,50.543926 a 4.9887238,5.8201776 0 1 1 0,-8.62e-4" + d="m 290.17741,50.543926 c -4e-4,3.214396 -2.23426,5.819792 -4.98946,5.819316 -2.75519,-4.77e-4 -4.98839,-2.606645 -4.98798,-5.82104 4e-4,-3.214395 2.23426,-5.819792 4.98946,-5.819315 2.75491,4.76e-4 4.98798,2.606119 4.98798,5.820177" transform="matrix(0.90203431,0,0,0.77317229,6.750015,557.2837)" sodipodi:start="0.00014815468" sodipodi:end="6.2831853" @@ -662,18 +662,16 @@ height="34" width="15" id="rect3999" - style="fill:#0f0000;fill-opacity:0.87843138;stroke:#800000;stroke-width:0.99999987999999995;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none" /> + style="fill:#c0c0c0;fill-opacity:0.25098040999999999;stroke:#c0c0c0;stroke-width:0.99999987999999995;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50196081" /> + inkscape:export-ydpi="90" /> diff --git a/mods/cnc/chrome/install.yaml b/mods/cnc/chrome/install.yaml index ee2b28ba5d..2e4e6267bf 100644 --- a/mods/cnc/chrome/install.yaml +++ b/mods/cnc/chrome/install.yaml @@ -4,12 +4,12 @@ Container@INSTALL_BACKGROUND: Height:WINDOW_BOTTOM Children: Image@NOD: - X:WINDOW_RIGHT/3-256 + X:WINDOW_RIGHT/2-384 Y:(WINDOW_BOTTOM-256)/2 ImageCollection:logos ImageName:nod-load Image@NOD: - X:2*WINDOW_RIGHT/3 + X:WINDOW_RIGHT/2+128 Y:(WINDOW_BOTTOM-256)/2 ImageCollection:logos ImageName:gdi-load diff --git a/mods/cnc/uibits/chrome.png b/mods/cnc/uibits/chrome.png index c56c4ccc3a..6ece1d9b75 100644 Binary files a/mods/cnc/uibits/chrome.png and b/mods/cnc/uibits/chrome.png differ