mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-24 00:54:22 +00:00
Add icon to Eater
This commit is contained in:
parent
5625fe0651
commit
fa4c58c8e0
3 changed files with 77 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
@icon("res://behaviours/eater.svg")
|
||||
extends Area2D
|
||||
class_name Eater
|
||||
|
||||
|
|
39
behaviours/eater.svg
Normal file
39
behaviours/eater.svg
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 512 512"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
sodipodi:docname="eater.svg"
|
||||
width="16"
|
||||
height="16"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
|
||||
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="1.6464844"
|
||||
inkscape:cx="256"
|
||||
inkscape:cy="256"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1020"
|
||||
inkscape:window-x="1280"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1" />
|
||||
<!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc. -->
|
||||
<path
|
||||
d="m 160,265.2 c 0,8.5 -3.4,16.6 -9.4,22.6 l -26.8,26.8 C 111.5,326.9 91.3,326 74.4,321.8 69.8,320.6 65,320 60,320 26.9,320 0,346.9 0,380 c 0,33.1 26.9,60 60,60 6.3,0 12,5.7 12,12 0,33.1 26.9,60 60,60 33.1,0 60,-26.9 60,-60 0,-5 -0.6,-9.8 -1.8,-14.5 -4.2,-16.9 -5.2,-37.1 7.2,-49.4 l 26.8,-26.8 c 6,-6 14.1,-9.4 22.6,-9.4 H 336 c 6.3,0 12.4,-0.3 18.5,-1 11.9,-1.2 16.4,-15.5 10.8,-26 -8.5,-15.8 -13.3,-33.8 -13.3,-53 0,-61.9 50.1,-112 112,-112 8,0 15.7,0.8 23.2,2.4 11.7,2.5 24.1,-5.9 22,-17.6 C 494.5,62.5 422.5,0 336,0 238.8,0 160,78.8 160,176 Z"
|
||||
id="path1"
|
||||
style="fill:#8da5f3" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
37
behaviours/eater.svg.import
Normal file
37
behaviours/eater.svg.import
Normal file
|
@ -0,0 +1,37 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://7grjdto7g0fs"
|
||||
path="res://.godot/imported/eater.svg-8939109c096c697c0170ee47fc6a9a1c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://behaviours/eater.svg"
|
||||
dest_files=["res://.godot/imported/eater.svg-8939109c096c697c0170ee47fc6a9a1c.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 a new issue