1
0
Fork 0

New anchor style

This commit is contained in:
Michaël Lemaire 2020-02-17 23:59:50 +01:00
parent d6269e04ba
commit 7c703fa210
4 changed files with 67 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -7,6 +7,7 @@
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
@ -14,13 +15,65 @@
viewBox="0 0 128 128.00001"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
inkscape:version="0.92.4 (f8dce91, 2019-08-02)"
sodipodi:docname="anchor.svg"
inkscape:export-filename="/home/michael/workspace/spacetac/screens/battle/anchor.png"
inkscape:export-filename="/home/michael/workspace/spacetac/arenas/anchor.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2" />
id="defs2">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient9448"
id="radialGradient10825"
cx="972.31073"
cy="287.0278"
fx="972.31073"
fy="287.0278"
r="58.327335"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.98285538,0,0,0.98285538,-891.64085,776.41274)" />
<linearGradient
inkscape:collect="always"
id="linearGradient9448">
<stop
style="stop-color:#000000;stop-opacity:1"
offset="0"
id="stop9444" />
<stop
id="stop10454"
offset="0.26975143"
style="stop-color:#072b2c;stop-opacity:1" />
<stop
style="stop-color:#1b4545;stop-opacity:1"
offset="0.60525221"
id="stop5064" />
<stop
id="stop9452"
offset="0.89691359"
style="stop-color:#122d2e;stop-opacity:1" />
<stop
style="stop-color:#438284;stop-opacity:1"
offset="0.91888863"
id="stop9456" />
<stop
id="stop9460"
offset="0.93959045"
style="stop-color:#348586;stop-opacity:1" />
<stop
id="stop9458"
offset="0.95714849"
style="stop-color:#9dc7c8;stop-opacity:1" />
<stop
style="stop-color:#2ad8dc;stop-opacity:0"
offset="0.98141533"
id="stop9454" />
<stop
style="stop-color:#2ad8dc;stop-opacity:0"
offset="1"
id="stop9446" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#000000"
@ -29,14 +82,14 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="3.3891407"
inkscape:cx="39.36333"
inkscape:cy="33.09798"
inkscape:cx="61.693378"
inkscape:cy="-6.5604577"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1029"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="0" />
@ -58,10 +111,13 @@
id="layer1"
transform="translate(0,-994.51965)">
<circle
style="opacity:0.322;fill:#5b7786;fill-opacity:0.5;stroke:#b5b381;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.15209961;stroke-opacity:1"
id="path834"
style="display:inline;fill:url(#radialGradient10825);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.83083099px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
id="path10802"
cx="64"
cy="1058.5197"
r="50.507626" />
r="57.327335"
inkscape:export-filename="/home/michael/workspace/spacetac/data/stage2/image/battle/arena/shield.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -27,6 +27,7 @@ portrait = ExtResource( 5 )
[node name="background" type="Sprite" parent="."]
position = Vector2( 90, 120 )
z_as_relative = false
texture = ExtResource( 1 )
[node name="title" type="Label" parent="."]

View File

@ -35,4 +35,5 @@ margin_bottom = 115.0
[node name="move_hint" type="Line2D" parent="."]
visible = false
points = PoolVector2Array( 50, 50, 0, 0 )
width = 18.0
antialiased = true