new_faces
This commit is contained in:
parent
e9213d5ecc
commit
b63482566f
|
@ -0,0 +1,23 @@
|
||||||
|
[gd_scene load_steps=5 format=3 uid="uid://bsiogxvikwl6o"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://scenes/faces/face.gd" id="1_abnxg"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://vvpc4mnl4nj4" path="res://sprites/faces/moritz_happy.svg" id="2_0u1g1"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://b0ppuni7v257g" path="res://sprites/faces/moritz_neutral.svg" id="3_s33ae"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://7tn6ynr07tns" path="res://sprites/faces/moritz_not_amused.svg" id="4_0rss5"]
|
||||||
|
|
||||||
|
[node name="FaceMoritz" type="Node2D" node_paths=PackedStringArray("sprite_happy", "sprite_neutral", "sprite_unhappy")]
|
||||||
|
script = ExtResource("1_abnxg")
|
||||||
|
sprite_happy = NodePath("Happy")
|
||||||
|
sprite_neutral = NodePath("Neutral")
|
||||||
|
sprite_unhappy = NodePath("Unhappy")
|
||||||
|
|
||||||
|
[node name="Happy" type="Sprite2D" parent="."]
|
||||||
|
modulate = Color(1, 1, 1, 0)
|
||||||
|
texture = ExtResource("2_0u1g1")
|
||||||
|
|
||||||
|
[node name="Neutral" type="Sprite2D" parent="."]
|
||||||
|
texture = ExtResource("3_s33ae")
|
||||||
|
|
||||||
|
[node name="Unhappy" type="Sprite2D" parent="."]
|
||||||
|
modulate = Color(1, 1, 1, 0)
|
||||||
|
texture = ExtResource("4_0rss5")
|
|
@ -0,0 +1,23 @@
|
||||||
|
[gd_scene load_steps=5 format=3 uid="uid://cueulkc3lnk5c"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://scenes/faces/face.gd" id="1_8nd6f"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://ctelqstn5ksh1" path="res://sprites/faces/ronald_happy.svg" id="2_512yk"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://ijs3777dtv0n" path="res://sprites/faces/ronald_neutral.svg" id="3_ko187"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://cn7dhkoupxvt8" path="res://sprites/faces/ronald_not_amused.svg" id="4_cf5hk"]
|
||||||
|
|
||||||
|
[node name="FaceCurly" type="Node2D" node_paths=PackedStringArray("sprite_happy", "sprite_neutral", "sprite_unhappy")]
|
||||||
|
script = ExtResource("1_8nd6f")
|
||||||
|
sprite_happy = NodePath("Happy")
|
||||||
|
sprite_neutral = NodePath("Neutral")
|
||||||
|
sprite_unhappy = NodePath("Unhappy")
|
||||||
|
|
||||||
|
[node name="Happy" type="Sprite2D" parent="."]
|
||||||
|
modulate = Color(1, 1, 1, 0)
|
||||||
|
texture = ExtResource("2_512yk")
|
||||||
|
|
||||||
|
[node name="Neutral" type="Sprite2D" parent="."]
|
||||||
|
texture = ExtResource("3_ko187")
|
||||||
|
|
||||||
|
[node name="Unhappy" type="Sprite2D" parent="."]
|
||||||
|
modulate = Color(1, 1, 1, 0)
|
||||||
|
texture = ExtResource("4_cf5hk")
|
|
@ -0,0 +1,118 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="19.583824mm"
|
||||||
|
height="23.836365mm"
|
||||||
|
viewBox="0 0 19.583824 23.836365"
|
||||||
|
version="1.1"
|
||||||
|
id="svg674"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
|
||||||
|
sodipodi:docname="´tim_side.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview676"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.0670983"
|
||||||
|
inkscape:cx="242.71428"
|
||||||
|
inkscape:cy="316.74682"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1027"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1241" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs671" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-67.854166,-56.299879)">
|
||||||
|
<g
|
||||||
|
id="g7727"
|
||||||
|
transform="translate(28.138649,1.2414501)"
|
||||||
|
inkscape:export-filename="moritz_happy.svg"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96">
|
||||||
|
<g
|
||||||
|
id="g7725"
|
||||||
|
transform="translate(24.282468,0.08766234)">
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 16.922351,63.722257 c 0,0 -1.5462,2.84085 -1.487679,4.029133 0.05852,1.188283 0.592943,1.308581 0.867812,1.921584 0.274869,0.613003 -0.371919,1.642647 -0.309933,2.41748 0.06199,0.774833 0.236043,1.398939 0.619867,1.983573 0.383824,0.584635 1.983572,0.805826 1.983572,0.805826 l 3.967144,-0.06199 7.376409,-1.239733 1.983574,-0.247943 c 0,0 1.664835,-0.782226 2.045562,-1.673639 0.380728,-0.891413 0.852276,-2.096721 0.495894,-3.161319 -0.356382,-1.064598 -1.797613,-3.037346 -1.797613,-3.037346 l -0.681853,-1.053771 -3.967144,-3.719197 -5.020918,-0.619869 z"
|
||||||
|
id="path7703"
|
||||||
|
sodipodi:nodetypes="czzzzcccczzccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 18.100097,65.581857 c -0.801782,2.096943 -0.506086,6.527542 0.433906,8.678129 0.939993,2.150588 1.62141,3.190426 3.905159,4.029131 2.283748,0.838704 4.217884,0.677624 6.322635,-0.619866 2.104752,-1.29749 3.486899,-3.720361 3.471251,-5.764758 -0.01565,-2.044396 -0.137523,-5.004951 -1.053772,-6.942502 -0.916249,-1.937551 -0.851218,-4.275545 -2.975357,-5.082903 -2.124139,-0.807358 -6.079897,-1.003575 -7.19045,0.433906 -1.110553,1.43748 -2.217505,3.537022 -2.913372,5.268863 z"
|
||||||
|
id="path7705"
|
||||||
|
sodipodi:nodetypes="czzzzzzzc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 26.158359,57.523596 c 0,0 -2.473401,-2.413372 -3.781185,-2.541453 -1.307784,-0.128081 -2.313174,0.851605 -3.161318,1.611652 -0.848144,0.760047 -0.396641,4.148807 -1.239732,4.215092 -0.843092,0.06628 -1.883954,-0.118425 -2.355493,2.045559 -0.471539,2.163985 1.128875,4.812068 1.673639,4.958929 0.544763,0.146861 2.033161,-1.146011 2.727412,-2.045558 0.694252,-0.899547 0.578255,-2.358281 0.867813,-3.409266 0.289558,-1.050985 1.288355,-1.270841 1.921586,-1.425691 0.633231,-0.15485 2.140096,2.191769 2.140096,2.191769 z"
|
||||||
|
id="path7707"
|
||||||
|
sodipodi:nodetypes="czzzzzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 30.90334,67.379471 c 0,0 1.420847,-0.787487 2.107546,0.06198 0.686699,0.849472 0.482957,1.895152 0.18596,2.417478 -0.296998,0.522327 -1.735626,1.363708 -1.735626,1.363708 z"
|
||||||
|
id="path7709"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m 25.352533,57.523596 c 0,0 2.486465,-0.906943 3.595225,-0.681855 1.10876,0.225088 2.504205,0.312246 3.161319,1.177747 0.657114,0.865501 -0.0026,2.952532 0.495892,3.781185 0.498517,0.828653 1.349748,0.772989 1.673638,1.735624 0.32389,0.962635 0.781427,1.875586 0.18596,2.913374 -0.595467,1.037788 -0.991786,1.859598 -0.991786,1.859598 0,0 -2.771597,-0.587598 -2.975357,-1.425691 -0.203761,-0.838094 -0.416501,-1.137277 -10e-7,-2.293507 0.4165,-1.15623 -1.032483,-3.33457 -2.603437,-2.913371 -1.570954,0.421199 -2.665426,0.991786 -2.665426,0.991786 z"
|
||||||
|
id="path7711"
|
||||||
|
sodipodi:nodetypes="czzzzzczzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 21.943268,66.635629 c -0.498488,0.166162 -1.139876,0.375921 -1.363706,1.053774 -0.22383,0.677853 -0.210123,1.068902 0.18596,1.611653 0.396083,0.542751 1.037467,0.728392 1.425692,0.681854 0.388225,-0.04654 0.780608,-0.285188 0.991787,-0.55788 0.211179,-0.272692 0.454397,-1.167681 0.123973,-1.921587 -0.330425,-0.753907 -0.865218,-1.033976 -1.363706,-0.867814 z"
|
||||||
|
id="path7713"
|
||||||
|
sodipodi:nodetypes="zzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 27.212132,66.387682 c -0.498488,0.166162 -1.139876,0.375921 -1.363706,1.053774 -0.22383,0.677853 -0.148137,1.130889 0.247946,1.67364 0.396083,0.542751 0.727534,0.666405 1.425692,0.681854 0.698158,0.01545 0.780608,-0.285188 0.991787,-0.55788 0.211179,-0.272692 0.392411,-1.229668 0.06199,-1.983574 -0.330425,-0.753907 -0.865218,-1.033976 -1.363706,-0.867814 z"
|
||||||
|
id="path7715"
|
||||||
|
sodipodi:nodetypes="zzzzzzzz" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse7717"
|
||||||
|
cx="22.005255"
|
||||||
|
cy="68.867149"
|
||||||
|
rx="1.1777461"
|
||||||
|
ry="1.1777459" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse7719"
|
||||||
|
cx="27.336105"
|
||||||
|
cy="68.929138"
|
||||||
|
rx="1.1777461"
|
||||||
|
ry="1.1777459" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m 21.351814,72.18488 c 0,0 2.233545,4.122732 3.956888,4.016516 1.723343,-0.106216 3.273746,-4.225036 3.273746,-4.225036"
|
||||||
|
id="path7721"
|
||||||
|
sodipodi:nodetypes="czc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 19.029896,67.503444 c 0,0 -1.420847,-0.787487 -2.107546,0.06198 -0.686699,0.849472 -0.482957,1.895152 -0.18596,2.417478 0.296998,0.522327 1.735626,1.363708 1.735626,1.363708 z"
|
||||||
|
id="path7723"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.9 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://vvpc4mnl4nj4"
|
||||||
|
path="res://.godot/imported/moritz_happy.svg-5cd133b19a34a5232d19c948169109c6.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://sprites/faces/moritz_happy.svg"
|
||||||
|
dest_files=["res://.godot/imported/moritz_happy.svg-5cd133b19a34a5232d19c948169109c6.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
svg/scale=1.0
|
||||||
|
editor/scale_with_editor_scale=false
|
||||||
|
editor/convert_colors_with_editor_theme=false
|
|
@ -0,0 +1,114 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="19.58382mm"
|
||||||
|
height="23.836361mm"
|
||||||
|
viewBox="0 0 19.58382 23.836361"
|
||||||
|
version="1.1"
|
||||||
|
id="svg674"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
|
||||||
|
sodipodi:docname="´tim_side.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview676"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.0670983"
|
||||||
|
inkscape:cx="242.71428"
|
||||||
|
inkscape:cy="316.74682"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1027"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1241" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs671" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-39.715516,-55.058428)">
|
||||||
|
<g
|
||||||
|
id="g3294">
|
||||||
|
<g
|
||||||
|
id="g3256"
|
||||||
|
transform="translate(24.282468,0.08766234)">
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 16.922351,63.722257 c 0,0 -1.5462,2.84085 -1.487679,4.029133 0.05852,1.188283 0.592943,1.308581 0.867812,1.921584 0.274869,0.613003 -0.371919,1.642647 -0.309933,2.41748 0.06199,0.774833 0.236043,1.398939 0.619867,1.983573 0.383824,0.584635 1.983572,0.805826 1.983572,0.805826 l 3.967144,-0.06199 7.376409,-1.239733 1.983574,-0.247943 c 0,0 1.664835,-0.782226 2.045562,-1.673639 0.380728,-0.891413 0.852276,-2.096721 0.495894,-3.161319 -0.356382,-1.064598 -1.797613,-3.037346 -1.797613,-3.037346 l -0.681853,-1.053771 -3.967144,-3.719197 -5.020918,-0.619869 z"
|
||||||
|
id="path3234"
|
||||||
|
sodipodi:nodetypes="czzzzcccczzccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 18.100097,65.581857 c -0.801782,2.096943 -0.506086,6.527542 0.433906,8.678129 0.939993,2.150588 1.62141,3.190426 3.905159,4.029131 2.283748,0.838704 4.217884,0.677624 6.322635,-0.619866 2.104752,-1.29749 3.486899,-3.720361 3.471251,-5.764758 -0.01565,-2.044396 -0.137523,-5.004951 -1.053772,-6.942502 -0.916249,-1.937551 -0.851218,-4.275545 -2.975357,-5.082903 -2.124139,-0.807358 -6.079897,-1.003575 -7.19045,0.433906 -1.110553,1.43748 -2.217505,3.537022 -2.913372,5.268863 z"
|
||||||
|
id="path3236"
|
||||||
|
sodipodi:nodetypes="czzzzzzzc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 26.158359,57.523596 c 0,0 -2.473401,-2.413372 -3.781185,-2.541453 -1.307784,-0.128081 -2.313174,0.851605 -3.161318,1.611652 -0.848144,0.760047 -0.396641,4.148807 -1.239732,4.215092 -0.843092,0.06628 -1.883954,-0.118425 -2.355493,2.045559 -0.471539,2.163985 1.128875,4.812068 1.673639,4.958929 0.544763,0.146861 2.033161,-1.146011 2.727412,-2.045558 0.694252,-0.899547 0.578255,-2.358281 0.867813,-3.409266 0.289558,-1.050985 1.288355,-1.270841 1.921586,-1.425691 0.633231,-0.15485 2.140096,2.191769 2.140096,2.191769 z"
|
||||||
|
id="path3238"
|
||||||
|
sodipodi:nodetypes="czzzzzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 30.90334,67.379471 c 0,0 1.420847,-0.787487 2.107546,0.06198 0.686699,0.849472 0.482957,1.895152 0.18596,2.417478 -0.296998,0.522327 -1.735626,1.363708 -1.735626,1.363708 z"
|
||||||
|
id="path3240"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m 25.352533,57.523596 c 0,0 2.486465,-0.906943 3.595225,-0.681855 1.10876,0.225088 2.504205,0.312246 3.161319,1.177747 0.657114,0.865501 -0.0026,2.952532 0.495892,3.781185 0.498517,0.828653 1.349748,0.772989 1.673638,1.735624 0.32389,0.962635 0.781427,1.875586 0.18596,2.913374 -0.595467,1.037788 -0.991786,1.859598 -0.991786,1.859598 0,0 -2.771597,-0.587598 -2.975357,-1.425691 -0.203761,-0.838094 -0.416501,-1.137277 -10e-7,-2.293507 0.4165,-1.15623 -1.032483,-3.33457 -2.603437,-2.913371 -1.570954,0.421199 -2.665426,0.991786 -2.665426,0.991786 z"
|
||||||
|
id="path3242"
|
||||||
|
sodipodi:nodetypes="czzzzzczzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 21.943268,66.635629 c -0.498488,0.166162 -1.139876,0.375921 -1.363706,1.053774 -0.22383,0.677853 -0.210123,1.068902 0.18596,1.611653 0.396083,0.542751 1.037467,0.728392 1.425692,0.681854 0.388225,-0.04654 0.780608,-0.285188 0.991787,-0.55788 0.211179,-0.272692 0.454397,-1.167681 0.123973,-1.921587 -0.330425,-0.753907 -0.865218,-1.033976 -1.363706,-0.867814 z"
|
||||||
|
id="path3244"
|
||||||
|
sodipodi:nodetypes="zzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 27.212132,66.387682 c -0.498488,0.166162 -1.139876,0.375921 -1.363706,1.053774 -0.22383,0.677853 -0.148137,1.130889 0.247946,1.67364 0.396083,0.542751 0.727534,0.666405 1.425692,0.681854 0.698158,0.01545 0.780608,-0.285188 0.991787,-0.55788 0.211179,-0.272692 0.392411,-1.229668 0.06199,-1.983574 -0.330425,-0.753907 -0.865218,-1.033976 -1.363706,-0.867814 z"
|
||||||
|
id="path3246"
|
||||||
|
sodipodi:nodetypes="zzzzzzzz" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse3248"
|
||||||
|
cx="22.005255"
|
||||||
|
cy="68.867149"
|
||||||
|
rx="1.1777461"
|
||||||
|
ry="1.1777459" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse3250"
|
||||||
|
cx="27.336105"
|
||||||
|
cy="68.929138"
|
||||||
|
rx="1.1777461"
|
||||||
|
ry="1.1777459" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m 21.816714,74.044479 c 0,0 1.706658,-0.247326 3.430001,-0.353542 1.723343,-0.106216 3.366726,-0.102925 3.366726,-0.102925"
|
||||||
|
id="path3252"
|
||||||
|
sodipodi:nodetypes="czc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 19.029896,67.503444 c 0,0 -1.420847,-0.787487 -2.107546,0.06198 -0.686699,0.849472 -0.482957,1.895152 -0.18596,2.417478 0.296998,0.522327 1.735626,1.363708 1.735626,1.363708 z"
|
||||||
|
id="path3254"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://b0ppuni7v257g"
|
||||||
|
path="res://.godot/imported/moritz_neutral.svg-e4de4fec6ff50ccb67547a2ae952dc8a.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://sprites/faces/moritz_neutral.svg"
|
||||||
|
dest_files=["res://.godot/imported/moritz_neutral.svg-e4de4fec6ff50ccb67547a2ae952dc8a.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
svg/scale=1.0
|
||||||
|
editor/scale_with_editor_scale=false
|
||||||
|
editor/convert_colors_with_editor_theme=false
|
|
@ -0,0 +1,110 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="19.583818mm"
|
||||||
|
height="23.836365mm"
|
||||||
|
viewBox="0 0 19.583818 23.836365"
|
||||||
|
version="1.1"
|
||||||
|
id="svg674"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
|
||||||
|
sodipodi:docname="´tim_side.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview676"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.0670983"
|
||||||
|
inkscape:cx="242.71428"
|
||||||
|
inkscape:cy="316.74682"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1027"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1241" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs671" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-15.433051,-54.970763)">
|
||||||
|
<g
|
||||||
|
id="g3232">
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 16.922351,63.722257 c 0,0 -1.5462,2.84085 -1.487679,4.029133 0.05852,1.188283 0.592943,1.308581 0.867812,1.921584 0.274869,0.613003 -0.371919,1.642647 -0.309933,2.41748 0.06199,0.774833 0.236043,1.398939 0.619867,1.983573 0.383824,0.584635 1.983572,0.805826 1.983572,0.805826 l 3.967144,-0.06199 7.376409,-1.239733 1.983574,-0.247943 c 0,0 1.664835,-0.782226 2.045562,-1.673639 0.380728,-0.891413 0.852276,-2.096721 0.495894,-3.161319 -0.356382,-1.064598 -1.797613,-3.037346 -1.797613,-3.037346 l -0.681853,-1.053771 -3.967144,-3.719197 -5.020918,-0.619869 z"
|
||||||
|
id="path2826"
|
||||||
|
sodipodi:nodetypes="czzzzcccczzccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 18.100097,65.581857 c -0.801782,2.096943 -0.506086,6.527542 0.433906,8.678129 0.939993,2.150588 1.62141,3.190426 3.905159,4.029131 2.283748,0.838704 4.217884,0.677624 6.322635,-0.619866 2.104752,-1.29749 3.486899,-3.720361 3.471251,-5.764758 -0.01565,-2.044396 -0.137523,-5.004951 -1.053772,-6.942502 -0.916249,-1.937551 -0.851218,-4.275545 -2.975357,-5.082903 -2.124139,-0.807358 -6.079897,-1.003575 -7.19045,0.433906 -1.110553,1.43748 -2.217505,3.537022 -2.913372,5.268863 z"
|
||||||
|
id="path2766"
|
||||||
|
sodipodi:nodetypes="czzzzzzzc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 26.158359,57.523596 c 0,0 -2.473401,-2.413372 -3.781185,-2.541453 -1.307784,-0.128081 -2.313174,0.851605 -3.161318,1.611652 -0.848144,0.760047 -0.396641,4.148807 -1.239732,4.215092 -0.843092,0.06628 -1.883954,-0.118425 -2.355493,2.045559 -0.471539,2.163985 1.128875,4.812068 1.673639,4.958929 0.544763,0.146861 2.033161,-1.146011 2.727412,-2.045558 0.694252,-0.899547 0.578255,-2.358281 0.867813,-3.409266 0.289558,-1.050985 1.288355,-1.270841 1.921586,-1.425691 0.633231,-0.15485 2.140096,2.191769 2.140096,2.191769 z"
|
||||||
|
id="path2822"
|
||||||
|
sodipodi:nodetypes="czzzzzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 30.90334,67.379471 c 0,0 1.420847,-0.787487 2.107546,0.06198 0.686699,0.849472 0.482957,1.895152 0.18596,2.417478 -0.296998,0.522327 -1.735626,1.363708 -1.735626,1.363708 z"
|
||||||
|
id="path3155"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m 25.352533,57.523596 c 0,0 2.486465,-0.906943 3.595225,-0.681855 1.10876,0.225088 2.504205,0.312246 3.161319,1.177747 0.657114,0.865501 -0.0026,2.952532 0.495892,3.781185 0.498517,0.828653 1.349748,0.772989 1.673638,1.735624 0.32389,0.962635 0.781427,1.875586 0.18596,2.913374 -0.595467,1.037788 -0.991786,1.859598 -0.991786,1.859598 0,0 -2.771597,-0.587598 -2.975357,-1.425691 -0.203761,-0.838094 -0.416501,-1.137277 -10e-7,-2.293507 0.4165,-1.15623 -1.032483,-3.33457 -2.603437,-2.913371 -1.570954,0.421199 -2.665426,0.991786 -2.665426,0.991786 z"
|
||||||
|
id="path2824"
|
||||||
|
sodipodi:nodetypes="czzzzzczzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 21.943268,66.635629 c -0.498488,0.166162 -1.139876,0.375921 -1.363706,1.053774 -0.22383,0.677853 -0.210123,1.068902 0.18596,1.611653 0.396083,0.542751 1.037467,0.728392 1.425692,0.681854 0.388225,-0.04654 0.780608,-0.285188 0.991787,-0.55788 0.211179,-0.272692 0.454397,-1.167681 0.123973,-1.921587 -0.330425,-0.753907 -0.865218,-1.033976 -1.363706,-0.867814 z"
|
||||||
|
id="path2830"
|
||||||
|
sodipodi:nodetypes="zzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 27.212132,66.387682 c -0.498488,0.166162 -1.139876,0.375921 -1.363706,1.053774 -0.22383,0.677853 -0.148137,1.130889 0.247946,1.67364 0.396083,0.542751 0.727534,0.666405 1.425692,0.681854 0.698158,0.01545 0.780608,-0.285188 0.991787,-0.55788 0.211179,-0.272692 0.392411,-1.229668 0.06199,-1.983574 -0.330425,-0.753907 -0.865218,-1.033976 -1.363706,-0.867814 z"
|
||||||
|
id="path2832"
|
||||||
|
sodipodi:nodetypes="zzzzzzzz" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="path2834"
|
||||||
|
cx="22.005255"
|
||||||
|
cy="68.867149"
|
||||||
|
rx="1.1777461"
|
||||||
|
ry="1.1777459" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse2888"
|
||||||
|
cx="27.336105"
|
||||||
|
cy="68.929138"
|
||||||
|
rx="1.1777461"
|
||||||
|
ry="1.1777459" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m 23.306974,76.367531 c 0,0 0.260229,-4.542781 1.983572,-4.648997 1.723343,-0.106216 2.665427,4.58701 2.665427,4.58701"
|
||||||
|
id="path2944"
|
||||||
|
sodipodi:nodetypes="czc" />
|
||||||
|
<path
|
||||||
|
style="fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 19.029896,67.503444 c 0,0 -1.420847,-0.787487 -2.107546,0.06198 -0.686699,0.849472 -0.482957,1.895152 -0.18596,2.417478 0.296998,0.522327 1.735626,1.363708 1.735626,1.363708 z"
|
||||||
|
id="path2946"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.6 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://7tn6ynr07tns"
|
||||||
|
path="res://.godot/imported/moritz_not_amused.svg-e1e80206e9a9035c71cbd0094a3b7dbd.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://sprites/faces/moritz_not_amused.svg"
|
||||||
|
dest_files=["res://.godot/imported/moritz_not_amused.svg-e1e80206e9a9035c71cbd0094a3b7dbd.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
svg/scale=1.0
|
||||||
|
editor/scale_with_editor_scale=false
|
||||||
|
editor/convert_colors_with_editor_theme=false
|
|
@ -0,0 +1,119 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="15.644943mm"
|
||||||
|
height="21.961681mm"
|
||||||
|
viewBox="0 0 15.644943 21.961681"
|
||||||
|
version="1.1"
|
||||||
|
id="svg674"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
|
||||||
|
sodipodi:docname="´tim_side.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview676"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.0670983"
|
||||||
|
inkscape:cx="242.71428"
|
||||||
|
inkscape:cy="316.74682"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1027"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1241" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs671" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-145.33867,-9.6816041)">
|
||||||
|
<g
|
||||||
|
id="g4344"
|
||||||
|
transform="translate(165.85714,-38.922078)"
|
||||||
|
inkscape:export-filename="ronald_happy.svg"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96">
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -6.1363616,63.445617 c 1.3137734,-1.830451 1.1217571,-2.114492 0.9862013,-3.484579 -0.1355558,-1.370087 -0.2600186,-4.355094 -2.5860389,-5.741882 -1.4537126,-0.866713 -6.8220198,-1.790712 -9.5700938,-0.225036 -0.596628,0.33992 -2.181221,2.482331 -2.957316,4.206443 -0.331356,0.736115 -0.414375,1.858656 0.211352,4.345998 0.625728,2.487343 2.758965,1.734475 2.884605,3.153748 3.575685,1.493811 9.7175171,-0.424242 11.0312904,-2.254692 z"
|
||||||
|
id="path4098"
|
||||||
|
sodipodi:nodetypes="zsssszcz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -14.407499,55.051946 c 3.091086,-0.03392 7.3928982,3.175806 7.9772732,5.435068 0.584374,2.259262 -0.569343,4.377532 -1.577922,6.0487 -1.008579,1.671167 -2.2328382,3.365822 -4.0324672,3.681818 -1.79963,0.315995 -3.802748,-0.768713 -5.084416,-2.103896 -1.281667,-1.335184 -2.455505,-2.577811 -1.928571,-5.259742 0.526934,-2.681931 1.555018,-7.768023 4.646103,-7.801948 z"
|
||||||
|
id="path4028"
|
||||||
|
sodipodi:nodetypes="zzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -18.452922,66.940915 c -0.160774,-0.627395 -0.901126,-1.556828 -0.569805,-2.194302 0.331321,-0.637475 1.843909,-0.865161 2.564123,-1.050401 0.720214,-0.18524 2.191518,0.69158 3.203703,0.67423 1.012185,-0.01735 2.138906,-0.879208 3.021881,-0.814485 0.8829746,0.06472 1.155943,0.05274 1.6399084,0.334865 0.4839654,0.282121 1.5132141,0.520958 1.6239558,1.213702 0.1107417,0.692745 -0.869924,1.575719 -1.2272727,2.306798 -0.3573487,0.731079 -0.9727071,1.603522 -1.5998376,2.15193 -0.6271309,0.548408 -1.4949529,0.781612 -2.3230519,0.911615 -0.828099,0.130003 -1.619687,0.154802 -2.542208,-0.163625 -0.922521,-0.318427 -2.215057,-1.220677 -2.761364,-1.869973 -0.546307,-0.649296 -0.869258,-0.872957 -1.030032,-1.500354 z"
|
||||||
|
id="path4030"
|
||||||
|
sodipodi:nodetypes="zzzzzzzzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -15.406656,60.289773 c -0.563611,0.119006 -0.791856,0.293017 -0.78896,0.942369 0.0029,0.649352 0.379743,1.064363 0.788961,1.139611 0.409218,0.07525 0.734186,-0.09842 0.986202,-0.35065 0.31309,-0.373493 0.345477,-1.03498 0.04383,-1.577921 -0.137261,-0.2392 -0.466423,-0.272415 -1.030034,-0.153409 z"
|
||||||
|
id="path4086"
|
||||||
|
sodipodi:nodetypes="zzzccz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -10.716721,60.158279 c -0.563611,0.119006 -0.791856,0.293017 -0.78896,0.942369 0.0029,0.649352 0.379743,1.064363 0.788961,1.139611 0.409218,0.07525 0.7341861,-0.09842 0.9862021,-0.35065 0.31309,-0.373493 0.345477,-1.03498 0.04383,-1.577921 -0.137261,-0.2392 -0.4664231,-0.272415 -1.0300331,-0.153409 z"
|
||||||
|
id="path4088"
|
||||||
|
sodipodi:nodetypes="zzzccz" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="path4090"
|
||||||
|
cx="-15.176542"
|
||||||
|
cy="61.473213"
|
||||||
|
rx="0.73417205"
|
||||||
|
ry="0.6793831" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse4092"
|
||||||
|
cx="-10.552354"
|
||||||
|
cy="61.429382"
|
||||||
|
rx="0.73417205"
|
||||||
|
ry="0.6793831" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m -15.362824,64.826299 c 0,0 0.99507,3.474432 2.235389,3.484577 1.240319,0.01015 2.323052,-3.572241 2.323052,-3.572241"
|
||||||
|
id="path4094"
|
||||||
|
sodipodi:nodetypes="czc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -5.9172078,61.407467 c 0,0 -3.0797526,-1.703232 -4.3392862,-2.564122 -1.259533,-0.86089 -2.520291,-2.695618 -2.520291,-2.695618 0,0 -0.69661,1.205759 -1.468345,1.88474 -0.771734,0.678981 -4.711851,1.577922 -4.711851,1.577922 l 0.767046,-3.046266 3.791396,-2.695616 5.8952922,0.94237 2.0162338,2.213474 z"
|
||||||
|
id="path4096"
|
||||||
|
sodipodi:nodetypes="czczcccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -15.077922,54.087662 c 0,0 -0.97581,-1.958471 -0.876623,-2.673702 0.09919,-0.715231 0.870859,-1.184658 1.490259,-1.665584 0.6194,-0.480926 1.363748,-1.081072 2.191559,-1.139611 0.827811,-0.05854 1.825299,0.399063 2.366883,0.832792 0.5415844,0.433729 0.7876137,0.539834 0.8766233,1.402599 0.08901,0.862765 -1.2711033,4.120128 -1.2711033,4.120128 z"
|
||||||
|
id="path4169"
|
||||||
|
sodipodi:nodetypes="czzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -18.626984,61.124069 c 0,0 -1.030945,-0.573713 -1.458792,-0.158407 -0.427848,0.415307 -0.399258,1.597808 -0.169626,2.178082 0.229631,0.580275 1.153462,0.950436 1.153462,0.950436 z"
|
||||||
|
id="path4171"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529166"
|
||||||
|
d="m -6.5097129,61.226684 c 0,0 1.2004038,-0.307329 1.515764,0.211276 0.3153599,0.518607 -0.044328,1.680771 -0.4383057,2.196689 -0.3939772,0.515918 -1.4293872,0.648969 -1.4293872,0.648969 z"
|
||||||
|
id="path4173"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://ctelqstn5ksh1"
|
||||||
|
path="res://.godot/imported/ronald_happy.svg-1a66e3cf8fd5b6e49da043f6bae69926.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://sprites/faces/ronald_happy.svg"
|
||||||
|
dest_files=["res://.godot/imported/ronald_happy.svg-1a66e3cf8fd5b6e49da043f6bae69926.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
svg/scale=1.0
|
||||||
|
editor/scale_with_editor_scale=false
|
||||||
|
editor/convert_colors_with_editor_theme=false
|
|
@ -0,0 +1,162 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="15.644951mm"
|
||||||
|
height="21.961681mm"
|
||||||
|
viewBox="0 0 15.644951 21.961681"
|
||||||
|
version="1.1"
|
||||||
|
id="svg674"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
|
||||||
|
sodipodi:docname="´tim_side.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview676"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.0670983"
|
||||||
|
inkscape:cx="242.71428"
|
||||||
|
inkscape:cy="316.74682"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1027"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1241" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs671" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-123.16011,-9.1556308)">
|
||||||
|
<g
|
||||||
|
id="g4370"
|
||||||
|
transform="translate(143.67857,-39.448052)"
|
||||||
|
inkscape:export-filename="ronald_neutral.svg.svg"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96">
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -6.1363616,63.445617 c 1.3137734,-1.830451 1.1217571,-2.114492 0.9862013,-3.484579 -0.1355558,-1.370087 -0.2600186,-4.355094 -2.5860389,-5.741882 -1.4537126,-0.866713 -6.8220198,-1.790712 -9.5700938,-0.225036 -0.596628,0.33992 -2.181221,2.482331 -2.957316,4.206443 -0.331356,0.736115 -0.414375,1.858656 0.211352,4.345998 0.625728,2.487343 2.758965,1.734475 2.884605,3.153748 3.575685,1.493811 9.7175171,-0.424242 11.0312904,-2.254692 z"
|
||||||
|
id="path4346"
|
||||||
|
sodipodi:nodetypes="zsssszcz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -14.407499,55.051946 c 3.091086,-0.03392 7.3928982,3.175806 7.9772732,5.435068 0.584374,2.259262 -0.569343,4.377532 -1.577922,6.0487 -1.008579,1.671167 -2.2328382,3.365822 -4.0324672,3.681818 -1.79963,0.315995 -3.802748,-0.768713 -5.084416,-2.103896 -1.281667,-1.335184 -2.455505,-2.577811 -1.928571,-5.259742 0.526934,-2.681931 1.555018,-7.768023 4.646103,-7.801948 z"
|
||||||
|
id="path4348"
|
||||||
|
sodipodi:nodetypes="zzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -18.452922,66.940915 c -0.160774,-0.627395 -0.901126,-1.556828 -0.569805,-2.194302 0.331321,-0.637475 1.843909,-0.865161 2.564123,-1.050401 0.720214,-0.18524 2.191518,0.69158 3.203703,0.67423 1.012185,-0.01735 2.138906,-0.879208 3.021881,-0.814485 0.8829746,0.06472 1.155943,0.05274 1.6399084,0.334865 0.4839654,0.282121 1.5132141,0.520958 1.6239558,1.213702 0.1107417,0.692745 -0.869924,1.575719 -1.2272727,2.306798 -0.3573487,0.731079 -0.9727071,1.603522 -1.5998376,2.15193 -0.6271309,0.548408 -1.4949529,0.781612 -2.3230519,0.911615 -0.828099,0.130003 -1.619687,0.154802 -2.542208,-0.163625 -0.922521,-0.318427 -2.215057,-1.220677 -2.761364,-1.869973 -0.546307,-0.649296 -0.869258,-0.872957 -1.030032,-1.500354 z"
|
||||||
|
id="path4350"
|
||||||
|
sodipodi:nodetypes="zzzzzzzzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -15.406656,60.289773 c -0.563611,0.119006 -0.791856,0.293017 -0.78896,0.942369 0.0029,0.649352 0.379743,1.064363 0.788961,1.139611 0.409218,0.07525 0.734186,-0.09842 0.986202,-0.35065 0.31309,-0.373493 0.345477,-1.03498 0.04383,-1.577921 -0.137261,-0.2392 -0.466423,-0.272415 -1.030034,-0.153409 z"
|
||||||
|
id="path4352"
|
||||||
|
sodipodi:nodetypes="zzzccz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -10.716721,60.158279 c -0.563611,0.119006 -0.791856,0.293017 -0.78896,0.942369 0.0029,0.649352 0.379743,1.064363 0.788961,1.139611 0.409218,0.07525 0.7341861,-0.09842 0.9862021,-0.35065 0.31309,-0.373493 0.345477,-1.03498 0.04383,-1.577921 -0.137261,-0.2392 -0.4664231,-0.272415 -1.0300331,-0.153409 z"
|
||||||
|
id="path4354"
|
||||||
|
sodipodi:nodetypes="zzzccz" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse4356"
|
||||||
|
cx="-15.176542"
|
||||||
|
cy="61.473213"
|
||||||
|
rx="0.73417205"
|
||||||
|
ry="0.6793831" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse4358"
|
||||||
|
cx="-10.552354"
|
||||||
|
cy="61.429382"
|
||||||
|
rx="0.73417205"
|
||||||
|
ry="0.6793831" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m -16.129869,65.878247 c 0,0 1.784031,0.143263 3.02435,0.153408 1.240319,0.01015 3.5284087,-0.131494 3.5284087,-0.131494"
|
||||||
|
id="path4360"
|
||||||
|
sodipodi:nodetypes="czc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -5.9172078,61.407467 c 0,0 -3.0797526,-1.703232 -4.3392862,-2.564122 -1.259533,-0.86089 -2.520291,-2.695618 -2.520291,-2.695618 0,0 -0.69661,1.205759 -1.468345,1.88474 -0.771734,0.678981 -4.711851,1.577922 -4.711851,1.577922 l 0.767046,-3.046266 3.791396,-2.695616 5.8952922,0.94237 2.0162338,2.213474 z"
|
||||||
|
id="path4362"
|
||||||
|
sodipodi:nodetypes="czczcccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -15.077922,54.087662 c 0,0 -0.97581,-1.958471 -0.876623,-2.673702 0.09919,-0.715231 0.870859,-1.184658 1.490259,-1.665584 0.6194,-0.480926 1.363748,-1.081072 2.191559,-1.139611 0.827811,-0.05854 1.825299,0.399063 2.366883,0.832792 0.5415844,0.433729 0.7876137,0.539834 0.8766233,1.402599 0.08901,0.862765 -1.2711033,4.120128 -1.2711033,4.120128 z"
|
||||||
|
id="path4364"
|
||||||
|
sodipodi:nodetypes="czzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -18.626984,61.124069 c 0,0 -1.030945,-0.573713 -1.458792,-0.158407 -0.427848,0.415307 -0.399258,1.597808 -0.169626,2.178082 0.229631,0.580275 1.153462,0.950436 1.153462,0.950436 z"
|
||||||
|
id="path4366"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529166"
|
||||||
|
d="m -6.5097129,61.226684 c 0,0 1.2004038,-0.307329 1.515764,0.211276 0.3153599,0.518607 -0.044328,1.680771 -0.4383057,2.196689 -0.3939772,0.515918 -1.4293872,0.648969 -1.4293872,0.648969 z"
|
||||||
|
id="path4368"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g6391">
|
||||||
|
<path
|
||||||
|
style="fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 104.13754,32.357023 c 4.07577,-3.962531 11.82055,-3.863701 15.86858,0.123974 4.04804,3.987675 -0.12397,19.711749 -0.12397,19.711749 l -14.87679,0.123973 c 0,0 -4.94358,-15.997165 -0.86782,-19.959696 z"
|
||||||
|
id="path4753"
|
||||||
|
sodipodi:nodetypes="zzccz" />
|
||||||
|
<path
|
||||||
|
style="fill:#1c2422;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 121.95653,61.901122 1.88172,2.621911 c 0,0 0.60914,0.539964 2.17039,0.793783 1.56126,0.253819 3.25646,0.551169 5.22959,0.332674 1.97313,-0.218495 3.03823,-1.009349 3.05569,-2.449131 0.0174,-1.439783 -2.36788,-2.146231 -3.25407,-2.392332 -0.88619,-0.2461 -2.18317,-0.394428 -3.48082,-0.447936 -1.29766,-0.05351 -3.48505,-0.758056 -3.48505,-0.758056 z"
|
||||||
|
id="path4938"
|
||||||
|
sodipodi:nodetypes="cczzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff8080;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 106.0377,44.85051 c -3.05585,0.822368 -3.5638,3.100416 -3.1228,5.510191 0.44095,2.409786 10.36527,6.116988 10.36527,6.116988 l 9.29453,8.464008 3.83071,-5.770049 -9.0211,-9.020304 c 0,0 -8.29078,-6.123234 -11.34661,-5.300834 z"
|
||||||
|
id="path4809"
|
||||||
|
sodipodi:nodetypes="zzccccz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff8080;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 111.06818,60.160069 c 0,0 0.01,-3.639777 1.57793,-4.837199 1.56794,-1.197422 4.70227,-1.925058 6.48701,-0.780194 1.78474,1.144864 0.61364,6.787683 0.61364,6.787683 l -0.17533,18.880681 -6.92533,-0.07802 z"
|
||||||
|
id="path4865"
|
||||||
|
sodipodi:nodetypes="czzcccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff8080;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 103.61688,49.441556 c 0,0 0.44625,3.398249 0.35065,4.733767 -0.0956,1.335518 0.2567,1.98978 1.4026,3.331169 1.14589,1.341389 2.78749,1.905218 4.99675,2.016235 2.20926,0.111017 4.42637,-0.55076 6.22403,-0.964287 1.79766,-0.413527 3.38746,0.360321 4.55844,-1.402596 1.17098,-1.762917 -1.05195,-8.590909 -1.05195,-8.590909 l -6.66234,0.525972 z"
|
||||||
|
id="path4936"
|
||||||
|
sodipodi:nodetypes="czzzzzccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#1c2422;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 112.73377,78.808441 c 0,0 -1.12291,3.558627 -1.05195,4.646102 0.071,1.087475 0.61363,1.665587 0.61363,1.665587 l 6.92533,0.08766 h 3.50649 c 0,0 0.50933,-1.162185 0.26299,-2.016233 -0.24634,-0.854048 -1.27279,-1.831253 -2.1039,-2.542209 -0.83111,-0.710956 -2.36688,-1.577922 -2.80519,-1.665584 -0.43831,-0.08766 -5.3474,-0.175324 -5.3474,-0.175323 z"
|
||||||
|
id="path4994"
|
||||||
|
sodipodi:nodetypes="czccczzsc" />
|
||||||
|
<path
|
||||||
|
style="fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 104.2042,32.511249 c 0,0 -4.213286,4.503029 -5.074906,6.859705 -0.86162,2.356676 -0.720721,4.784463 -0.396253,6.387672 0.324469,1.603208 1.178613,1.813103 2.834809,2.794406 1.65619,0.981303 13.53131,-0.508411 13.53131,-0.508411 l -5.39447,-4.125765 -3.49744,-7.541127 z"
|
||||||
|
id="path4996"
|
||||||
|
sodipodi:nodetypes="czzzcccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 118.60714,31.821429 c 0,0 1.94658,1.385922 3.24351,2.980518 1.29693,1.594596 3.96148,4.443504 4.29545,6.311688 0.33397,1.868184 0.37047,3.812036 -0.43831,5.172078 -0.80878,1.360042 -2.4395,1.399662 -4.38312,1.753247 -1.94362,0.353585 -7.53896,-1.227273 -7.53896,-1.227273 z"
|
||||||
|
id="path5205"
|
||||||
|
sodipodi:nodetypes="czzzzcc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 10 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://ijs3777dtv0n"
|
||||||
|
path="res://.godot/imported/ronald_neutral.svg-b3fbb6ad2d870647e0ea86efb5464bdd.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://sprites/faces/ronald_neutral.svg"
|
||||||
|
dest_files=["res://.godot/imported/ronald_neutral.svg-b3fbb6ad2d870647e0ea86efb5464bdd.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
svg/scale=1.0
|
||||||
|
editor/scale_with_editor_scale=false
|
||||||
|
editor/convert_colors_with_editor_theme=false
|
|
@ -0,0 +1,159 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="15.644951mm"
|
||||||
|
height="21.961681mm"
|
||||||
|
viewBox="0 0 15.644951 21.961681"
|
||||||
|
version="1.1"
|
||||||
|
id="svg674"
|
||||||
|
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
|
||||||
|
sodipodi:docname="´tim_side.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview676"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.0670983"
|
||||||
|
inkscape:cx="242.71428"
|
||||||
|
inkscape:cy="316.74682"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1027"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1241" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs671" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-103.88225,-9.0936429)">
|
||||||
|
<g
|
||||||
|
id="g6391">
|
||||||
|
<path
|
||||||
|
style="fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 104.13754,32.357023 c 4.07577,-3.962531 11.82055,-3.863701 15.86858,0.123974 4.04804,3.987675 -0.12397,19.711749 -0.12397,19.711749 l -14.87679,0.123973 c 0,0 -4.94358,-15.997165 -0.86782,-19.959696 z"
|
||||||
|
id="path4753"
|
||||||
|
sodipodi:nodetypes="zzccz" />
|
||||||
|
<path
|
||||||
|
style="fill:#1c2422;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 121.95653,61.901122 1.88172,2.621911 c 0,0 0.60914,0.539964 2.17039,0.793783 1.56126,0.253819 3.25646,0.551169 5.22959,0.332674 1.97313,-0.218495 3.03823,-1.009349 3.05569,-2.449131 0.0174,-1.439783 -2.36788,-2.146231 -3.25407,-2.392332 -0.88619,-0.2461 -2.18317,-0.394428 -3.48082,-0.447936 -1.29766,-0.05351 -3.48505,-0.758056 -3.48505,-0.758056 z"
|
||||||
|
id="path4938"
|
||||||
|
sodipodi:nodetypes="cczzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff8080;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 106.0377,44.85051 c -3.05585,0.822368 -3.5638,3.100416 -3.1228,5.510191 0.44095,2.409786 10.36527,6.116988 10.36527,6.116988 l 9.29453,8.464008 3.83071,-5.770049 -9.0211,-9.020304 c 0,0 -8.29078,-6.123234 -11.34661,-5.300834 z"
|
||||||
|
id="path4809"
|
||||||
|
sodipodi:nodetypes="zzccccz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff8080;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 111.06818,60.160069 c 0,0 0.01,-3.639777 1.57793,-4.837199 1.56794,-1.197422 4.70227,-1.925058 6.48701,-0.780194 1.78474,1.144864 0.61364,6.787683 0.61364,6.787683 l -0.17533,18.880681 -6.92533,-0.07802 z"
|
||||||
|
id="path4865"
|
||||||
|
sodipodi:nodetypes="czzcccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff8080;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 103.61688,49.441556 c 0,0 0.44625,3.398249 0.35065,4.733767 -0.0956,1.335518 0.2567,1.98978 1.4026,3.331169 1.14589,1.341389 2.78749,1.905218 4.99675,2.016235 2.20926,0.111017 4.42637,-0.55076 6.22403,-0.964287 1.79766,-0.413527 3.38746,0.360321 4.55844,-1.402596 1.17098,-1.762917 -1.05195,-8.590909 -1.05195,-8.590909 l -6.66234,0.525972 z"
|
||||||
|
id="path4936"
|
||||||
|
sodipodi:nodetypes="czzzzzccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#1c2422;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 112.73377,78.808441 c 0,0 -1.12291,3.558627 -1.05195,4.646102 0.071,1.087475 0.61363,1.665587 0.61363,1.665587 l 6.92533,0.08766 h 3.50649 c 0,0 0.50933,-1.162185 0.26299,-2.016233 -0.24634,-0.854048 -1.27279,-1.831253 -2.1039,-2.542209 -0.83111,-0.710956 -2.36688,-1.577922 -2.80519,-1.665584 -0.43831,-0.08766 -5.3474,-0.175324 -5.3474,-0.175323 z"
|
||||||
|
id="path4994"
|
||||||
|
sodipodi:nodetypes="czccczzsc" />
|
||||||
|
<path
|
||||||
|
style="fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 104.2042,32.511249 c 0,0 -4.213286,4.503029 -5.074906,6.859705 -0.86162,2.356676 -0.720721,4.784463 -0.396253,6.387672 0.324469,1.603208 1.178613,1.813103 2.834809,2.794406 1.65619,0.981303 13.53131,-0.508411 13.53131,-0.508411 l -5.39447,-4.125765 -3.49744,-7.541127 z"
|
||||||
|
id="path4996"
|
||||||
|
sodipodi:nodetypes="czzzcccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m 118.60714,31.821429 c 0,0 1.94658,1.385922 3.24351,2.980518 1.29693,1.594596 3.96148,4.443504 4.29545,6.311688 0.33397,1.868184 0.37047,3.812036 -0.43831,5.172078 -0.80878,1.360042 -2.4395,1.399662 -4.38312,1.753247 -1.94362,0.353585 -7.53896,-1.227273 -7.53896,-1.227273 z"
|
||||||
|
id="path5205"
|
||||||
|
sodipodi:nodetypes="czzzzcc" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4567"
|
||||||
|
transform="translate(124.40073,-39.510039)">
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -6.1363616,63.445617 c 1.3137734,-1.830451 1.1217571,-2.114492 0.9862013,-3.484579 -0.1355558,-1.370087 -0.2600186,-4.355094 -2.5860389,-5.741882 -1.4537126,-0.866713 -6.8220198,-1.790712 -9.5700938,-0.225036 -0.596628,0.33992 -2.181221,2.482331 -2.957316,4.206443 -0.331356,0.736115 -0.414375,1.858656 0.211352,4.345998 0.625728,2.487343 2.758965,1.734475 2.884605,3.153748 3.575685,1.493811 9.7175171,-0.424242 11.0312904,-2.254692 z"
|
||||||
|
id="path4543"
|
||||||
|
sodipodi:nodetypes="zsssszcz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -14.407499,55.051946 c 3.091086,-0.03392 7.3928982,3.175806 7.9772732,5.435068 0.584374,2.259262 -0.569343,4.377532 -1.577922,6.0487 -1.008579,1.671167 -2.2328382,3.365822 -4.0324672,3.681818 -1.79963,0.315995 -3.802748,-0.768713 -5.084416,-2.103896 -1.281667,-1.335184 -2.455505,-2.577811 -1.928571,-5.259742 0.526934,-2.681931 1.555018,-7.768023 4.646103,-7.801948 z"
|
||||||
|
id="path4545"
|
||||||
|
sodipodi:nodetypes="zzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -18.452922,66.940915 c -0.160774,-0.627395 -0.901126,-1.556828 -0.569805,-2.194302 0.331321,-0.637475 1.843909,-0.865161 2.564123,-1.050401 0.720214,-0.18524 2.191518,0.69158 3.203703,0.67423 1.012185,-0.01735 2.138906,-0.879208 3.021881,-0.814485 0.8829746,0.06472 1.155943,0.05274 1.6399084,0.334865 0.4839654,0.282121 1.5132141,0.520958 1.6239558,1.213702 0.1107417,0.692745 -0.869924,1.575719 -1.2272727,2.306798 -0.3573487,0.731079 -0.9727071,1.603522 -1.5998376,2.15193 -0.6271309,0.548408 -1.4949529,0.781612 -2.3230519,0.911615 -0.828099,0.130003 -1.619687,0.154802 -2.542208,-0.163625 -0.922521,-0.318427 -2.215057,-1.220677 -2.761364,-1.869973 -0.546307,-0.649296 -0.869258,-0.872957 -1.030032,-1.500354 z"
|
||||||
|
id="path4547"
|
||||||
|
sodipodi:nodetypes="zzzzzzzzzzzzz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -15.406656,60.289773 c -0.563611,0.119006 -0.791856,0.293017 -0.78896,0.942369 0.0029,0.649352 0.379743,1.064363 0.788961,1.139611 0.409218,0.07525 0.734186,-0.09842 0.986202,-0.35065 0.31309,-0.373493 0.345477,-1.03498 0.04383,-1.577921 -0.137261,-0.2392 -0.466423,-0.272415 -1.030034,-0.153409 z"
|
||||||
|
id="path4549"
|
||||||
|
sodipodi:nodetypes="zzzccz" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -10.716721,60.158279 c -0.563611,0.119006 -0.791856,0.293017 -0.78896,0.942369 0.0029,0.649352 0.379743,1.064363 0.788961,1.139611 0.409218,0.07525 0.7341861,-0.09842 0.9862021,-0.35065 0.31309,-0.373493 0.345477,-1.03498 0.04383,-1.577921 -0.137261,-0.2392 -0.4664231,-0.272415 -1.0300331,-0.153409 z"
|
||||||
|
id="path4551"
|
||||||
|
sodipodi:nodetypes="zzzccz" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse4553"
|
||||||
|
cx="-15.176542"
|
||||||
|
cy="61.473213"
|
||||||
|
rx="0.73417205"
|
||||||
|
ry="0.6793831" />
|
||||||
|
<ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
id="ellipse4555"
|
||||||
|
cx="-10.552354"
|
||||||
|
cy="61.429382"
|
||||||
|
rx="0.73417205"
|
||||||
|
ry="0.6793831" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.529167"
|
||||||
|
d="m -16.107953,68.091721 c 0,0 1.849777,-2.859172 3.090096,-2.849027 1.240319,0.01015 3.2435064,2.520292 3.2435064,2.520292"
|
||||||
|
id="path4557"
|
||||||
|
sodipodi:nodetypes="czc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -5.9172078,61.407467 c 0,0 -3.0797526,-1.703232 -4.3392862,-2.564122 -1.259533,-0.86089 -2.520291,-2.695618 -2.520291,-2.695618 0,0 -0.69661,1.205759 -1.468345,1.88474 -0.771734,0.678981 -4.711851,1.577922 -4.711851,1.577922 l 0.767046,-3.046266 3.791396,-2.695616 5.8952922,0.94237 2.0162338,2.213474 z"
|
||||||
|
id="path4559"
|
||||||
|
sodipodi:nodetypes="czczcccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -15.077922,54.087662 c 0,0 -0.97581,-1.958471 -0.876623,-2.673702 0.09919,-0.715231 0.870859,-1.184658 1.490259,-1.665584 0.6194,-0.480926 1.363748,-1.081072 2.191559,-1.139611 0.827811,-0.05854 1.825299,0.399063 2.366883,0.832792 0.5415844,0.433729 0.7876137,0.539834 0.8766233,1.402599 0.08901,0.862765 -1.2711033,4.120128 -1.2711033,4.120128 z"
|
||||||
|
id="path4561"
|
||||||
|
sodipodi:nodetypes="czzzzzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529167"
|
||||||
|
d="m -18.626984,61.124069 c 0,0 -1.030945,-0.573713 -1.458792,-0.158407 -0.427848,0.415307 -0.399258,1.597808 -0.169626,2.178082 0.229631,0.580275 1.153462,0.950436 1.153462,0.950436 z"
|
||||||
|
id="path4563"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffd5d5;fill-opacity:1;stroke:none;stroke-width:0.529166"
|
||||||
|
d="m -6.5097129,61.226684 c 0,0 1.2004038,-0.307329 1.515764,0.211276 0.3153599,0.518607 -0.044328,1.680771 -0.4383057,2.196689 -0.3939772,0.515918 -1.4293872,0.648969 -1.4293872,0.648969 z"
|
||||||
|
id="path4565"
|
||||||
|
sodipodi:nodetypes="czzcc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 10 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://cn7dhkoupxvt8"
|
||||||
|
path="res://.godot/imported/ronald_not_amused.svg-196141b33ef054c0e7189c21a8829c7c.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://sprites/faces/ronald_not_amused.svg"
|
||||||
|
dest_files=["res://.godot/imported/ronald_not_amused.svg-196141b33ef054c0e7189c21a8829c7c.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
svg/scale=1.0
|
||||||
|
editor/scale_with_editor_scale=false
|
||||||
|
editor/convert_colors_with_editor_theme=false
|
Loading…
Reference in New Issue