Install logo

This commit is contained in:
Paul Chote
2011-05-09 21:44:28 +12:00
parent 372d2f5426
commit 93e55d0866
4 changed files with 118 additions and 5 deletions

107
artsrc/cnc/install.svg Normal file
View File

@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.1 r9760"
sodipodi:docname="install.svg"
inkscape:export-filename="/Users/paul/src/OpenRA/mods/cnc/uibits/install.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<marker
inkscape:stockid="TriangleOutL"
orient="auto"
refY="0.0"
refX="0.0"
id="TriangleOutL"
style="overflow:visible">
<path
id="path4479"
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
transform="scale(0.8)" />
</marker>
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Lend"
style="overflow:visible;">
<path
id="path4339"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
transform="scale(0.8) rotate(180) translate(12.5,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="35.668421"
inkscape:cy="60.097918"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1626"
inkscape:window-height="1006"
inkscape:window-x="54"
inkscape:window-y="22"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)">
<path
sodipodi:type="arc"
style="fill:none;fill-opacity:0.87843137999999998;stroke:#800000;stroke-width:1.16363477999999998;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path2985"
sodipodi:cx="53.214287"
sodipodi:cy="94.964287"
sodipodi:rx="31.071428"
sodipodi:ry="15.535714"
d="m 22.143954,94.833844 a 31.071428,15.535714 0 1 1 -0.0011,0.130442"
transform="matrix(1.9954016,0,0,1.4804587,-42.183894,874.77148)"
sodipodi:start="3.1499891"
sodipodi:end="9.424778"
sodipodi:open="true" />
<path
style="fill:#2b0000;fill-opacity:0.87843137;stroke:#800000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1"
d="m 55.5,936.36218 17,0 0,40 13.5,0 -22,33.37502 -21.894,-33.37502 13.394,0 z"
id="rect4963"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -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

View File

@@ -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.

BIN
mods/cnc/uibits/install.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB