This commit is contained in:
Josef 2024-05-08 09:19:48 +02:00
parent 7886e82424
commit a8e7988c2a
5 changed files with 79 additions and 3 deletions

39
Icons/RJOnEvent.svg Normal file
View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
height="16"
viewBox="0 0 16 16"
width="16"
version="1.1"
id="svg4"
sodipodi:docname="RJOnEvent.svg"
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
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">
<path
id="rect14065"
style="fill:#f7b200;fill-opacity:1;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
d="M 1.9414062 1.9101562 C 1.4500123 1.9101563 1.0546875 2.305481 1.0546875 2.796875 L 1.0546875 2.96875 C 1.0546875 3.0144332 1.0578559 3.0577761 1.0644531 3.1015625 C 1.0581175 3.1496483 1.0546875 3.1978919 1.0546875 3.2480469 L 1.0546875 13.28125 C 1.0546875 13.285233 1.0546462 13.288997 1.0546875 13.292969 C 1.0546337 13.296894 1.0546875 13.300749 1.0546875 13.304688 L 1.0546875 13.423828 C 1.0546875 13.886872 1.4275807 14.259766 1.890625 14.259766 L 6.734375 14.259766 C 7.1974193 14.259766 7.5703125 13.886872 7.5703125 13.423828 L 7.5703125 13.304688 C 7.5703125 12.841643 7.1974193 12.46875 6.734375 12.46875 L 2.7773438 12.46875 L 2.7773438 3.8554688 L 6.6835938 3.8554688 C 7.1749877 3.8554687 7.5703125 3.460144 7.5703125 2.96875 L 7.5703125 2.796875 C 7.5703125 2.305481 7.1749877 1.9101562 6.6835938 1.9101562 L 1.9414062 1.9101562 z M 9.703125 4.4414062 L 9.703125 5.703125 L 4.5566406 5.703125 C 4.0717894 5.703125 3.6816406 6.0932738 3.6816406 6.578125 L 3.6816406 9.375 C 3.6816406 9.8598512 4.0717894 10.25 4.5566406 10.25 L 9.703125 10.25 L 9.703125 11.318359 L 12.427734 9.5996094 L 15.150391 7.8808594 L 12.427734 6.1621094 L 9.703125 4.4414062 z " />
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:zoom="20.727068"
inkscape:cx="15.101026"
inkscape:cy="8.9496498"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,37 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7ie66dc2001j"
path="res://.godot/imported/RJOnEvent.svg-5454a5a8fda6964ac7468efc75d89600.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Scripts/Rokojori/Rokojori-Action-Library/Icons/RJOnEvent.svg"
dest_files=["res://.godot/imported/RJOnEvent.svg-5454a5a8fda6964ac7468efc75d89600.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

View File

@ -4,7 +4,7 @@ using Godot;
namespace Rokojori
{
[GlobalClass,Icon("res://Scripts/Rokojori/Rokojori-Action-Library/Icons/RJActionList.svg")]
[GlobalClass, Icon("res://Scripts/Rokojori/Rokojori-Action-Library/Icons/RJActionList.svg") ]
public partial class ActionList : RJAction
{
[Export]

View File

@ -4,7 +4,7 @@ using Godot;
namespace Rokojori
{
[GlobalClass]
[GlobalClass, Icon("res://Scripts/Rokojori/Rokojori-Action-Library/Icons/RJOnEvent.svg") ]
public partial class OnReady : Node
{
[Export]

View File

@ -4,7 +4,7 @@ using Godot;
namespace Rokojori
{
[GlobalClass]
[GlobalClass, Icon("res://Scripts/Rokojori/Rokojori-Action-Library/Icons/RJOnEvent.svg") ]
public partial class OnSensor: Node
{
[Export]