diff --git a/artsrc/cnc/install.svg b/artsrc/cnc/install.svg new file mode 100644 index 0000000000..f3818e8458 --- /dev/null +++ b/artsrc/cnc/install.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/mods/cnc/chrome.yaml b/mods/cnc/chrome.yaml index 7b971841d4..00ea335f93 100644 --- a/mods/cnc/chrome.yaml +++ b/mods/cnc/chrome.yaml @@ -1,6 +1,7 @@ shellmap: reticle.png reticle: 0,0,512,512 -logo: logo.png + +install: install.png logo:0,0,128,128 dialog: uibuttons.png diff --git a/mods/cnc/chrome/gameinit.yaml b/mods/cnc/chrome/gameinit.yaml index ed500ebc39..6a4ac12624 100644 --- a/mods/cnc/chrome/gameinit.yaml +++ b/mods/cnc/chrome/gameinit.yaml @@ -18,17 +18,22 @@ Container@INSTALL_PANEL: Height:150 Background:panel-black Children: + Image@INSTALL: + X:11 + Y:11 + ImageCollection: install + ImageName: logo Label@INFO: - X:165 - Y:40 + X:170 + Y:35 Width:PARENT_RIGHT-30 Height:25 Text:OpenRA requires the original C&C content files. Font:Bold Label@INFO: - X:165 + X:170 Y:70 - Width:PARENT_RIGHT-180 + Width:PARENT_RIGHT-185 Height:25 WordWrap:true Text:OpenRA can download these files (excluding music and videos) from the internet, or you can install from the original C&C CD. diff --git a/mods/cnc/uibits/install.png b/mods/cnc/uibits/install.png new file mode 100644 index 0000000000..cc594aa596 Binary files /dev/null and b/mods/cnc/uibits/install.png differ