Quellcode durchsuchen

:lipstick: Customise icones

DricomDragon vor 9 Monaten
Ursprung
Commit
2e83f4f656

+ 53 - 0
godot/composants/objets/arene/IconeArene.svg

@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   enable-background="new 0 0 16 16"
+   height="16"
+   viewBox="0 0 16 16"
+   width="16"
+   version="1.1"
+   id="svg3"
+   sodipodi:docname="PingPongLoop.svg"
+   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
+   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">
+  <defs
+     id="defs3" />
+  <sodipodi:namedview
+     id="namedview3"
+     pagecolor="#ffffff"
+     bordercolor="#000000"
+     borderopacity="0.25"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     inkscape:zoom="53.125"
+     inkscape:cx="7.9905882"
+     inkscape:cy="8"
+     inkscape:window-width="1920"
+     inkscape:window-height="1030"
+     inkscape:window-x="0"
+     inkscape:window-y="26"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg3" />
+  <g
+     fill="#e0e0e0"
+     fill-opacity=".9961"
+     id="g3"
+     style="fill:#0000ff">
+    <path
+       d="m10 7h-4v-2l-4 3 4 3v-2h4v2l4-3-4-3z"
+       id="path1"
+       style="fill:#0000ff" />
+    <path
+       d="m0 1v14h2v-7-7z"
+       id="path2"
+       style="fill:#0000ff" />
+    <path
+       d="m14 1v7 7h2v-14z"
+       id="path3"
+       style="fill:#0000ff" />
+  </g>
+</svg>

+ 3 - 3
godot/composants/objets/arene/PingPongLoop.svg.import

@@ -3,15 +3,15 @@
 importer="texture"
 type="CompressedTexture2D"
 uid="uid://srj1qjofbxap"
-path="res://.godot/imported/PingPongLoop.svg-f86c7748af2680ab979e6335683cfa18.ctex"
+path="res://.godot/imported/IconeArene.svg-1b0726edf36a7b59b69c070b4bba6a89.ctex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://composants/objets/arene/PingPongLoop.svg"
-dest_files=["res://.godot/imported/PingPongLoop.svg-f86c7748af2680ab979e6335683cfa18.ctex"]
+source_file="res://composants/objets/arene/IconeArene.svg"
+dest_files=["res://.godot/imported/IconeArene.svg-1b0726edf36a7b59b69c070b4bba6a89.ctex"]
 
 [params]
 

+ 0 - 1
godot/composants/objets/arene/PingPongLoop.svg

@@ -1 +0,0 @@
-<svg enable-background="new 0 0 16 16" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#e0e0e0" fill-opacity=".9961"><path d="m10 7h-4v-2l-4 3 4 3v-2h4v2l4-3-4-3z"/><path d="m0 1v14h2v-7-7z"/><path d="m14 1v7 7h2v-14z"/></g></svg>

+ 47 - 1
godot/composants/objets/balle/SphereShape3D.svg

@@ -1 +1,47 @@
-<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" fill="#5fb2ff" r="7"/><circle cx="6" cy="5" fill="#a2d2ff" r="2"/></svg>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   height="16"
+   viewBox="0 0 16 16"
+   width="16"
+   version="1.1"
+   id="svg2"
+   sodipodi:docname="SphereShape3D.svg"
+   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
+   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">
+  <defs
+     id="defs2" />
+  <sodipodi:namedview
+     id="namedview2"
+     pagecolor="#ffffff"
+     bordercolor="#000000"
+     borderopacity="0.25"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     inkscape:zoom="21.8125"
+     inkscape:cx="8"
+     inkscape:cy="7.9770774"
+     inkscape:window-width="1920"
+     inkscape:window-height="1030"
+     inkscape:window-x="0"
+     inkscape:window-y="26"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <circle
+     cx="8"
+     cy="8"
+     fill="#5fb2ff"
+     r="7"
+     id="circle1"
+     style="fill:#0000ff" />
+  <circle
+     cx="6"
+     cy="5"
+     fill="#a2d2ff"
+     r="2"
+     id="circle2" />
+</svg>

+ 46 - 0
godot/composants/objets/brique/IconeBrique.svg

@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   height="16"
+   viewBox="0 0 16 16"
+   width="16"
+   version="1.1"
+   id="svg1"
+   sodipodi:docname="StaticBody2D.svg"
+   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
+   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">
+  <defs
+     id="defs1" />
+  <sodipodi:namedview
+     id="namedview1"
+     pagecolor="#ffffff"
+     bordercolor="#000000"
+     borderopacity="0.25"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     inkscape:zoom="51.5"
+     inkscape:cx="7.9902913"
+     inkscape:cy="8"
+     inkscape:window-width="1920"
+     inkscape:window-height="1030"
+     inkscape:window-x="0"
+     inkscape:window-y="26"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg1" />
+  <g
+     transform="matrix(1,0,0,0.6,0,-618.63998)"
+     id="g1"
+     style="fill:#0000ff">
+    <path
+       d="M 3,1 A 2,2 0 0 0 1.5859,1.58594 2,2 0 0 0 0.99996,3.00004 v 10 A 2,2 0 0 0 1.5859,14.41414 2,2 0 0 0 3,15.00008 h 10 a 2,2 0 0 0 2,-2 v -10 a 2,2 0 0 0 -2,-2 H 3 Z m 0,1 h 10 a 1,1 0 0 1 1,1 v 10 a 1,1 0 0 1 -1,1 H 3 A 1,1 0 0 1 2,13 V 3 A 1,1 0 0 1 3,2 Z M 3,3 V 5 H 5 V 3 Z m 8,0 v 2 h 2 V 3 Z m -8,8 v 2 h 2 v -2 z m 8,0 v 2 h 2 v -2 z"
+       fill="#8da5f3"
+       fill-opacity="0.98824"
+       transform="translate(0,1036.4)"
+       id="path1"
+       style="fill:#0000ff" />
+  </g>
+</svg>

+ 3 - 3
godot/composants/objets/brique/StaticBody2D.svg.import

@@ -3,15 +3,15 @@
 importer="texture"
 type="CompressedTexture2D"
 uid="uid://d2whxb0ubu17i"
-path="res://.godot/imported/StaticBody2D.svg-62f074855f3288ecc3170537909f0aca.ctex"
+path="res://.godot/imported/IconeBrique.svg-885e82c2a71295b7241bc82c73b8f9d0.ctex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://composants/objets/brique/StaticBody2D.svg"
-dest_files=["res://.godot/imported/StaticBody2D.svg-62f074855f3288ecc3170537909f0aca.ctex"]
+source_file="res://composants/objets/brique/IconeBrique.svg"
+dest_files=["res://.godot/imported/IconeBrique.svg-885e82c2a71295b7241bc82c73b8f9d0.ctex"]
 
 [params]
 

+ 0 - 1
godot/composants/objets/brique/StaticBody2D.svg

@@ -1 +0,0 @@
-<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -1036.4)"><path d="m3 1a2 2 0 0 0 -1.4141.58594 2 2 0 0 0 -.58594 1.4141v10a2 2 0 0 0 .58594 1.4141 2 2 0 0 0 1.4141.58594h10a2 2 0 0 0 2-2v-10a2 2 0 0 0 -2-2h-10zm0 1h10a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1-1v-10a1 1 0 0 1 1-1zm0 1v2h2v-2zm8 0v2h2v-2zm-8 8v2h2v-2zm8 0v2h2v-2z" fill="#8da5f3" fill-opacity=".98824" transform="translate(0 1036.4)"/></g></svg>

+ 49 - 0
godot/composants/objets/lanceur/IconeLanceur.svg

@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   height="16"
+   viewBox="0 0 16 16"
+   width="16"
+   version="1.1"
+   id="svg1"
+   sodipodi:docname="ShapeCast2D.svg"
+   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
+   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">
+  <defs
+     id="defs1" />
+  <sodipodi:namedview
+     id="namedview1"
+     pagecolor="#ffffff"
+     bordercolor="#000000"
+     borderopacity="0.25"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     inkscape:zoom="51.5"
+     inkscape:cx="7.9902913"
+     inkscape:cy="8"
+     inkscape:window-width="1920"
+     inkscape:window-height="1030"
+     inkscape:window-x="0"
+     inkscape:window-y="26"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg1" />
+  <g
+     fill="#8da5f3"
+     id="g1"
+     style="fill:#0000ff">
+    <path
+       d="m7 1v9h-3l4 5 4-5h-3v-9z"
+       id="path1"
+       style="fill:#0000ff" />
+    <circle
+       cx="7.990566"
+       cy="4.8202"
+       r="4.009434"
+       id="circle1"
+       style="fill:#0000ff" />
+  </g>
+</svg>

+ 3 - 3
godot/composants/objets/lanceur/ShapeCast2D.svg.import

@@ -3,15 +3,15 @@
 importer="texture"
 type="CompressedTexture2D"
 uid="uid://16rhajo7mo65"
-path="res://.godot/imported/ShapeCast2D.svg-25c618f74297d3d7f00734f72679496c.ctex"
+path="res://.godot/imported/IconeLanceur.svg-3749bf927277cfff2246a1f8a59c1db3.ctex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://composants/objets/lanceur/ShapeCast2D.svg"
-dest_files=["res://.godot/imported/ShapeCast2D.svg-25c618f74297d3d7f00734f72679496c.ctex"]
+source_file="res://composants/objets/lanceur/IconeLanceur.svg"
+dest_files=["res://.godot/imported/IconeLanceur.svg-3749bf927277cfff2246a1f8a59c1db3.ctex"]
 
 [params]
 

+ 0 - 1
godot/composants/objets/lanceur/ShapeCast2D.svg

@@ -1 +0,0 @@
-<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#8da5f3"><path d="m7 1v9h-3l4 5 4-5h-3v-9z"/><circle cx="7.990566" cy="4.8202" r="4.009434"/></g></svg>

+ 50 - 0
godot/composants/objets/raquette/IconeRaquette.svg

@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   height="16"
+   viewBox="0 0 16 16"
+   width="16"
+   version="1.1"
+   id="svg1"
+   sodipodi:docname="RaquetteIcon.svg"
+   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
+   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">
+  <defs
+     id="defs1" />
+  <sodipodi:namedview
+     id="namedview1"
+     pagecolor="#ffffff"
+     bordercolor="#000000"
+     borderopacity="0.25"
+     inkscape:showpageshadow="2"
+     inkscape:pageopacity="0.0"
+     inkscape:pagecheckerboard="0"
+     inkscape:deskcolor="#d1d1d1"
+     inkscape:zoom="51.5"
+     inkscape:cx="7.9902913"
+     inkscape:cy="8"
+     inkscape:window-width="1920"
+     inkscape:window-height="1030"
+     inkscape:window-x="0"
+     inkscape:window-y="26"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg1" />
+  <g
+     transform="translate(0 -1036.4)"
+     id="g1"
+     style="fill:#0000ff">
+    <path
+       d="m3 1a2 2 0 0 0 -1.4141.58594 2 2 0 0 0 -.58594 1.4141v10a2 2 0 0 0 .58594 1.4141 2 2 0 0 0 1.4141.58594h10a2 2 0 0 0 2-2v-10a2 2 0 0 0 -2-2h-10zm0 1h10a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1-1v-10a1 1 0 0 1 1-1zm0 1v2h2v-2zm8 0v2h2v-2zm-8 8v2h2v-2zm8 0v2h2v-2z"
+       fill="#8da5f3"
+       fill-opacity=".98824"
+       transform="translate(0 1036.4)"
+       id="path1"
+       style="fill:#0000ff" />
+  </g>
+  <path
+     d="m 9.9911671,7.0861994 h -4 v -2 l -4,3 4,2.9999996 V 9.0861994 h 4 v 1.9999996 l 3.9999999,-2.9999996 -3.9999999,-3 z"
+     id="path1-3"
+     style="fill:#0000ff" />
+</svg>

+ 37 - 0
godot/composants/objets/raquette/IconeRaquette.svg.import

@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://45bq36vu5ek4"
+path="res://.godot/imported/IconeRaquette.svg-75b74f9f5be21f04553b63df7c1f1f44.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://composants/objets/raquette/IconeRaquette.svg"
+dest_files=["res://.godot/imported/IconeRaquette.svg-75b74f9f5be21f04553b63df7c1f1f44.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