some textures; errors

master
A. Demant 2018-12-10 17:20:02 +01:00
parent 05c0724041
commit 1839396c82
12 changed files with 2300 additions and 9 deletions

View File

@ -67,7 +67,7 @@ M.register_experience=function(name,indata)
M.experiences[name]=tid
end
xpfw.player_reset_attributes(player)
xpfw.player_reset_attributes=function(player)
for i,att_def in ipairs(xpfw.attributes) do
local setval=att_def.min or 0
if att_def.default ~= nil then
@ -167,9 +167,14 @@ minetest.register_globalstep(function(dtime)
-- calculation walk by actual velocity
local tvel=player:get_player_velocity()
if tvel ~= nil then
local act_node=minetest.get_node(act_pos)
local vel_action="walked"
if minetest.get_item_group(act_node.name,"water")>0 then
vel_action="swam"
end
local tvelo=vector.distance(tvel,{x=0,y=0,z=0})
if tvelo>0 then
xpfw.player_add_attribute(player,"walked",tvelo*dtime)
xpfw.player_add_attribute(player,vel_action,tvelo*dtime)
end
end
--calculating mean sun level

View File

@ -32,9 +32,6 @@ minetest.register_chatcommand("xpreset", {
})
minetest.register_chatcommand("xpfw", {
privs = {
server = true
},
params = "<name>",
description = "Get the statistics for the given player or yourself",
func = function(name, param)
@ -44,7 +41,7 @@ minetest.register_chatcommand("xpfw", {
minetest.chat_send_player(name, param)
local player = ""
for att_def in pairs(xpfw.attributes) do
player=player.."; "..att_def..": "..xpfw.player_get_attribute(minetest.get_player_by_name(name),att_def)
player=player.."; "..att_def..": "..math.ceil(xpfw.player_get_attribute(minetest.get_player_by_name(name),att_def))
end
minetest.chat_send_player(name, dump(player))

View File

@ -12,11 +12,11 @@ xpfw.prefix=minetest.settings:get("xpfw.prefix") or "xp"
xpfw.mean_weight=minetest.settings:get("xpfw.mean_weight") or 500
xpfw.experience_max=minetest.settings:get("xpfw.experience_max") or 20
for i,attr in ipairs({"walked","distance","login","dug","build","deaths","spoke","killed_mobs","killed_player",
for i,attr in ipairs({"walked","distance","swam","login","dug","build","deaths","spoke","killed_mobs","killed_player",
"lastlogin","logon"}) do
xpfw.register_attribute(attr,{min=0,max=math.huge,default=0})
end
xpfw.register_attribute("meanlight",{min=0,max=default.LIGHT_MAX,
moving_average_factor=minetest.settings:get("xpfw.light_mean_weight") or 500
default=math.min(default.LIGHT_MAX,minetest.settings:get("xpfw.default")) or 11
moving_average_factor=minetest.settings:get("xpfw.light_mean_weight") or 500,
default=math.min(default.LIGHT_MAX,minetest.settings:get("xpfw.default") or 11),
})

View File

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 716 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/2000/svg"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:ns1="http://sozi.baierouge.fr"
xmlns:xlink="http://www.w3.org/1999/xlink"
id="svg2199"
sodipodi:docname="airchuck88_hiker.svg"
viewBox="0 0 458.16 661.56"
sodipodi:version="0.32"
version="1.0"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:version="0.45.1"
sodipodi:docbase="/Users/johnolsen/Desktop"
>
<sodipodi:namedview
id="base"
bordercolor="#666666"
inkscape:pageshadow="2"
guidetolerance="10"
pagecolor="#ffffff"
gridtolerance="10000"
inkscape:window-height="719"
width="8.5in"
inkscape:zoom="0.24748737"
objecttolerance="10"
height="11in"
borderopacity="1.0"
inkscape:current-layer="layer1"
inkscape:cx="397.4518"
inkscape:cy="378.80259"
units="in"
inkscape:window-y="22"
inkscape:window-x="0"
inkscape:window-width="1280"
inkscape:pageopacity="0.0"
inkscape:document-units="in"
/>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(-61.086 -68.254)"
>
<path
id="path3239"
sodipodi:nodetypes="cssssssssssssssssssssssssssssssssssssssssssssccssccsscsccczsssscccsssssssscccsccccsccssscccsssssssccsscccssssccccsscccsscccsscccssccscccsssccssssssssssssssssc"
style="fill:#000000"
d="m151.6 722.18c19.59-4.1 37.91-7.5 40.7-7.57 2.8-0.06 7.56-1.14 10.58-2.41 6.34-2.64 10.87-1.09 17.52 6.03 4.77 5.1 10.66 5.2 28.98 0.47 10.03-2.59 15.49-3.24 20.28-2.41 10.91 1.89 22.9 2.42 26.31 1.16 1.85-0.68 4.02-3.68 5.13-7.1 1.06-3.25 5.03-12.13 8.82-19.74 11.79-23.59 18.89-32.98 13.59-17.97-1.29 3.65-2.34 10.9-2.33 16.12 0.01 13.61 3 17.67 17.22 23.28 6.28 2.48 15.49 7.25 20.47 10.61 10.58 7.13 11.52 7.1 30.44-1.09 23.79-10.3 31.57-12.91 46.46-15.61 8.09-1.47 15.93-3.3 17.42-4.08 3.91-2.04 3.39-7.19-2.71-26.75-3.98-12.76-6.85-19.02-10.81-23.66-5.17-6.03-9.35-14.11-8-15.46 0.35-0.35 1.34 1.32 2.2 3.7 0.86 2.39 5.83 9.22 11.05 15.18 9.06 10.34 15.27 21.21 22.01 38.57 7.17 18.46 9.47 21.79 15.36 22.29 5.3 0.44 31.04-7.52 35.16-10.88 2.81-2.29 2.42-7.97-1.87-26.96-5.44-24.09-9.72-37.11-13.67-41.53-4.76-5.35-41.61-31.82-44.28-31.82-2.32 0-12.74 7.87-22.07 16.66-6.72 6.33-8.88 4.62-3.72-2.97 4.28-6.3 19.41-39.32 19.41-42.36 0-2.22-18.7-18.56-24.29-21.23-2.65-1.26-5.52-0.75-13.25 2.34-9.68 3.87-10.05 3.9-18.69 1.5-4.84-1.35-8.81-3.28-8.81-4.29 0-1.02 2.04-10.14 4.54-20.27 2.49-10.13 7.77-33.06 11.72-50.94 3.96-17.89 9.63-41.93 12.62-53.43s8.53-33.02 12.32-47.83 7.22-27.46 7.62-28.11c0.77-1.25 13.15-42.45 16.15-53.76 1.04-3.92 3.25-7.57 5.47-9.03 5.44-3.56 7.57-11.62 6.4-24.22-0.88-9.46-0.39-12.62 4.22-27.24 9.27-29.39 9.77-32.21 6.41-35.93-2-2.2-4.4-3.07-7.64-2.76-5.2 0.51-6.4 3.18-15.54 34.54-5.7 13.61-5.35 18.02-17.44 18.09-3.17 0.36-5.07 2.07-7.45 6.68-4.24 8.23-9.24 8.96-15.25 2.22-4.03-4.53-4.95-4.85-12.32-4.23-13.34 2.41-19.71 8.95-33.04-3.93-2.59-1.91-8.14-5.59-9.98-9.19-1.83-3.6-7.67-11.08-12.97-16.61-16.39-17.13-13.71-19.35 0.11-19.35 17.29-1.76 13.3-8.78 15.79-16.96 0.97-3.17 8.41-2.99 8-5-0.79-10.81 1.41-17.48 6.49-21.02 2.9-8.51 0.24-10.52 7.33-12.85 6.44-3.69-7.64-18.17-18.64-21.47-10.83-3.25-12.42-8.59-12.42-9.42s-1.76-3.89-3.91-6.8c-2.14-2.91 1.06-12.81 0.19-16.032-0.86-3.218-3.11-6.839-5-8.047-4.28-2.745-15.83-7.857-45.74-16.435l-23.05-6.612-11.02 2.65c-24.68 5.937-22.05 4.114-26.58 18.407-4.49 14.169-6.82 38.829-4.13 43.849 1.48 2.76 1.14 2.96-4.23 2.44-3.77-0.35-8.06 0.58-12.1 2.64-5.62 2.87-6.76 4.5-11.18 16.02-10.59 27.6-47.28 137-48.7 145.22-0.77 4.42 0.15 7.42 4.99 16.26 5.54 10.12 6.54 11.08 14.86 14.41 4.91 1.97 12.32 3.98 16.47 4.47l7.55 0.89-3.6 4.83c-1.98 2.65-5.25 9.7-7.28 15.66-3.13 9.24-3.7 14.06-3.85 32.53 8.41 21.71 6.41 42.74 5.55 66.89l-1.33 19.99c-1.66 15.66-5.38 27.16-14.45 52.49-4.24 9.75-5.78 16.01-7.22 29.42-1.01 9.37-3.02 22.87-4.47 30-1.59 9.75-3.82 14.27-6.61 16.99-2.65 2.49-17.05 23.49-16.87 29.8 0.19 6.73 0.51 6.6 8.51 14.32 5.87 5.68 13.75 10.32 14.96 10.32s3.92 2.63 6.02 5.85l3.83 5.85-6.68 3.46c-6.2 3.22-7.01 3.31-11.22 1.13-3.31-1.71-9.53-2.35-22.98-2.35-16.96 0-19.36-0.37-29.716-4.65-14.445-5.95-17.476-5.9-22.225 0.39-9.509 12.6-14.739 24.85-15.836 37.11-1.037 11.57-0.957 11.98 2.623 13.5 10 4.22 37.494 10.93 44.184 10.77 4.13-0.1 23.54-3.53 43.13-7.63zm86.86-54.93c-4.18-1.27-9.57-2.3-11.98-2.3-3.47 0-4.81-1.04-6.48-5.04-2.88-6.88-6.05-9.15-14.03-10.05l-6.81-0.76-2.66-11.05c-1.47-6.07-3.24-12.14-3.95-13.48-2.07-3.94 11.56-52.52 18.65-66.45 1.52-3 5.63-13.05 9.13-22.35 3.51-9.32 8.77-19.99 11.73-23.79 5.87-7.53 7.07-10.7 10.9-28.67 4.32-13.32 10.69-24.9 15.37-38.22 5.46-17.6 15.07-21.57 16.64-21.5 24.57 1.65 39.15 6.99 45.02 9.22 1.93 1 3.71 1.98 3.95 2.19 0.25 0.2-0.93 2.72-2.62 5.59-5 8.51-20.03 46-22 49.58l-6.16 7.29-5.99 7.35c-9.66 15.24-9.98 23.13-1.31 32.53 7.1 7.7 13.06 11.41 18.59 11.56 2.29 0.07 6.38 3.23 11.49 8.91l7.92 8.8-5.6 8.43c-5.34 8.03-6.2 8.62-17.99 12.39-6.82 2.18-13.26 4.52-14.33 5.21-1.37 0.89-1.93 6.76-1.93 20.28v19.02l-9.42 2.85c-9.35 2.83-9.45 2.92-14.92 13.78-4.38 8.7-12.29 21.1-13.4 21.01-0.11-0.01-3.63-1.06-7.81-2.33zm125.83-119.49c-0.82-1-4.17-2.27-7.45-2.82-7.61-1.29-9.09-3.15-16.21-20.43l-5.86-14.22 3.9-6.68c2.14-3.68 6.68-11.56 10.08-17.52 3.39-5.97 10.53-17.46 15.85-25.56 16.81-25.56 24.71-41.71 24.67-50.45-0.03-8.45-4.67-20.31-8.51-21.78-33.41-14.18-46.24-23.43-73.01-34.08-5.82-1.48-11.17-3.18-11.89-3.78-0.72-0.59 2.19-6.22 6.47-12.5 5.24-7.68 7.19-15.27 10.33-21.56 3.25-6.48 3.48-6.65 7.16-8.9 2.62-1.6 5.23-1.51 8.14-2.47 4.15-1.37 8.8-0.46 16.58 1.38 5.46 1.28 14.01 2.35 18.99 2.36 7.81 0.02 9.92 0.7 15.21 4.88 5.79 4.59 6.68 4.81 15.73 3.97 13.2-1.24 14.6-2 18.79-10.28 2.76-5.44 5.28-7.98 10.05-10.13 11.46-5.17 11.46-5.22-4.66 54.94-1.48 5.54-5.56 21.22-9.05 34.85-3.5 13.62-7.74 28.26-9.44 32.52-6.31 15.8-22.98 82.08-29.73 118.23-1.97 10.53-3.82 17.49-4.11 15.49-0.3-2-1.21-4.46-2.03-5.46z"
/>
</g
>
<metadata
>
<rdf:RDF
>
<cc:Work
>
<dc:format
>image/svg+xml</dc:format
>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage"
/>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/"
/>
<dc:publisher
>
<cc:Agent
rdf:about="http://openclipart.org/"
>
<dc:title
>Openclipart</dc:title
>
</cc:Agent
>
</dc:publisher
>
<dc:title
>hiker</dc:title
>
<dc:date
>2007-09-21T17:33:21</dc:date
>
<dc:description
>silouhette of hiker hiking up a mountain</dc:description
>
<dc:source
>https://openclipart.org/detail/5661/hiker-by-airchuck88</dc:source
>
<dc:creator
>
<cc:Agent
>
<dc:title
>airchuck88</dc:title
>
</cc:Agent
>
</dc:creator
>
<dc:subject
>
<rdf:Bag
>
<rdf:li
>climber</rdf:li
>
<rdf:li
>hike</rdf:li
>
<rdf:li
>hiker</rdf:li
>
<rdf:li
>man</rdf:li
>
<rdf:li
>mountain</rdf:li
>
<rdf:li
>silhouette</rdf:li
>
</rdf:Bag
>
</dc:subject
>
</cc:Work
>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/"
>
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction"
/>
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution"
/>
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks"
/>
</cc:License
>
</rdf:RDF
>
</metadata
>
</svg
>

After

Width:  |  Height:  |  Size: 8.4 KiB

161
textures/src/coal-mine.svg Normal file
View File

@ -0,0 +1,161 @@
<?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"
version="1.0"
width="230.69131"
height="191.29022"
id="svg2"
sodipodi:docname="coal-mine.svg"
inkscape:export-filename="/home/ademant/src/mt5/mods/xpfw/textures/xpfw_miner.png"
inkscape:export-xdpi="26.87936"
inkscape:export-ydpi="26.87936"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata30">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="749"
id="namedview28"
showgrid="false"
inkscape:zoom="1.2337275"
inkscape:cx="115.34566"
inkscape:cy="95.645111"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs5" />
<path
d="M 86.199633,177.95564 C 86.199633,177.95564 90.954691,168.77562 93.663405,164.90924 C 96.294527,161.15361 100.00167,156.12567 103.47135,153.12754 C 109.82464,147.6377 118.52701,140.58955 125.061,135.31608 C 128.11123,132.8543 131.46573,127.95414 135.31609,127.21996 C 136.97669,126.90332 139.14204,128.21598 140.7135,128.83919 C 143.06948,129.77351 145.77752,133.07761 148.26987,132.61737 C 153.45404,131.66008 155.72562,122.76932 160.95379,122.09242 C 163.62641,121.74639 165.60229,122.83013 167.70056,124.52126 C 168.77032,125.38345 169.65284,127.27645 170.93901,127.7597 C 173.21769,128.61589 176.69856,126.53736 179.03512,127.21996 C 182.7033,128.29158 186.62102,132.0415 189.2902,134.77634 C 190.67072,136.19083 191.34284,139.20987 193.0684,140.17375 C 195.47572,141.51845 200.22854,138.86764 202.244,140.71349 C 209.84748,147.67709 215.17584,153.75087 218.43624,163.92236 C 219.78064,168.11653 222.75416,177.95564 222.75416,177.95564 L 86.199633,177.95564 z"
id="path2392"
style="fill:#11111a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
d="M 132.94126,185.09666 L 108.91058,150.05388 L 123.23222,138.27847 L 150.11572,179.94432 L 132.94126,185.09666 z"
id="path3226"
style="fill:#feffff;fill-opacity:0.59501558;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
width="226.69131"
height="14.033272"
x="2"
y="175.25694"
id="rect2384"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
width="62.07024"
height="15.652495"
x="23.04991"
y="19.81146"
id="rect2386"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
width="72.325325"
height="4.8576708"
x="18.731981"
y="68.388168"
id="rect2388"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 29.526805,101.85212 L 78.643257,101.85212"
id="path2394"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 29.526805,137.47504 L 78.643257,137.47504"
id="path3166"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 30.126411,175.09884 L 77.083897,138.39644"
id="path3168"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 32.225511,138.01479 L 79.182997,101.31238"
id="path3170"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 30.704509,100.70716 L 81.440185,71.021394 L 81.440185,71.021394"
id="path3172"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 31.146029,180.1146 L 31.146029,27.907578"
id="path3174"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 77.024033,180.1146 L 77.024033,27.907578"
id="path3176"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 35.463959,26.288354 L 35.463959,2"
id="path3178"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 36.448021,44.874641 A 2.4807553,2.6715827 0 1 1 31.486511,44.874641 A 2.4807553,2.6715827 0 1 1 36.448021,44.874641 z"
transform="matrix(2,0,0,2,-15.140753,-19.530684)"
id="path3180"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 46.561872,46.6875 A 11.1634,11.1634 0 1 1 24.235072,46.6875 A 11.1634,11.1634 0 1 1 46.561872,46.6875 z"
transform="matrix(2,0,0,2,-17.430681,-21.057302)"
id="path3182"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 86.570219,112.77309 L 86.570219,79.95079"
id="path3188"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 102.79054,138.91644 L 102.79054,106.09414"
id="path3190"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 87.142701,115.6355 L 102.79054,104.18586"
id="path3196"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 103.55385,141.58802 L 119.2017,130.13838"
id="path3198"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 124.92651,176.3186 L 66.151693,81.668238"
id="path3184"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 146.12872,175.38506 L 82.351415,72.678752"
id="path3186"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.34045076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 118.43839,163.72399 L 118.43839,130.90169"
id="path3192"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 132.55961,186.62328 L 132.55961,153.80097"
id="path3194"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="M 118.05673,165.63226 L 133.70457,154.18262"
id="path3200"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
textures/xpfw_death.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
textures/xpfw_farming.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
textures/xpfw_hiking.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

BIN
textures/xpfw_miner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB