Added more hud widgets for showing squadmates and crosshair, added crosshair image and source svg, hackish fix to make renderer resize on windows size change, added CameraController camera control is back in 😂

This commit is contained in:
2020-07-18 15:54:00 -05:00
parent f6e4a509fd
commit 1d7cd19b41
9 changed files with 282 additions and 22 deletions

View File

@@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
sodipodi:docname="crosshair.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg140"
version="1.1"
viewBox="0 0 33.866666 33.866668"
height="128"
width="128">
<defs
id="defs134" />
<sodipodi:namedview
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="1010"
inkscape:window-width="1920"
inkscape:showpageshadow="false"
units="px"
showgrid="true"
inkscape:document-rotation="0"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="67.12637"
inkscape:cx="91.154586"
inkscape:zoom="5.6"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base">
<inkscape:grid
empspacing="8"
id="grid162"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata137">
<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
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<path
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
d="M 16.933332,8.46667 A 8.4666841,8.4666841 0 0 0 8.466665,16.93333 8.4666841,8.4666841 0 0 0 16.933332,25.4 8.4666841,8.4666841 0 0 0 25.399998,16.93333 8.4666841,8.4666841 0 0 0 16.933332,8.46667 Z m -0.03824,0.52916 a 7.9375172,7.9375172 0 0 1 0.03824,0 7.9375172,7.9375172 0 0 1 7.9375,7.9375 7.9375172,7.9375172 0 0 1 -7.9375,7.9375 7.9375172,7.9375172 0 0 1 -7.9375,-7.9375 7.9375172,7.9375172 0 0 1 7.89926,-7.9375 z"
style="fill:#ffffff;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
id="path1466" />
<circle
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
r="0.52916473"
cy="16.933329"
cx="16.933331"
id="path1475"
style="fill:#ffffff;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
<path
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
sodipodi:nodetypes="cc"
id="path1479"
d="M 7.937498,16.93333 H 2.645828"
style="fill:none;stroke:#ffffff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
style="fill:none;stroke:#ffffff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 31.220839,16.93333 H 25.929168"
id="path1490"
sodipodi:nodetypes="cc" />
<path
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
style="fill:none;stroke:#ffffff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 10.572318,10.57231 6.830539,6.83054"
id="path1492"
sodipodi:nodetypes="cc" />
<path
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
sodipodi:nodetypes="cc"
id="path1494"
d="m 27.036128,27.03612 -3.74178,-3.74177"
style="fill:none;stroke:#ffffff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
sodipodi:nodetypes="cc"
id="path1496"
d="m 16.933338,7.93749 -10e-6,-5.29167"
style="fill:none;stroke:#ffffff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
style="fill:none;stroke:#ffffff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 16.933338,31.22084 -10e-6,-5.29167"
id="path1498"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB