Initial commit
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.nomedia
|
||||
*.tmp
|
||||
|
||||
# Project-specific
|
||||
/Builds
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_credentials.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# Wwise
|
||||
.backup*
|
||||
.cache*
|
||||
*.akd
|
||||
*.prof
|
||||
*.validationcache
|
||||
*.wsettings
|
||||
IncrementalSoundBankData.xml
|
||||
AkWwiseProjectData.asset
|
||||
/Godot/Wwise/
|
||||
~*
|
||||
4
Godot/.editorconfig
Normal file
@@ -0,0 +1,4 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
3
Godot/addons/Wwise/editor/images/wwise_audio_speaker.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" xml:space="preserve" version="1.1" viewBox="0 0 64 64">
|
||||
<image width="64" height="64" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAADXElEQVR4Xu2aTa7aMBDHyWurqk/qphU7hNi8FZfgEnAeuA5cgkuw6wIhdkjt5kmtqtemThpbjjP2zPgjJCQsiTPM/Pz3319kk4F/soHXPxkBjAoYOIFxCAxcAKMJdmEI5JoKQ/ORschxyA0TDBVVeJ7nkyxTqfjmpIOU6aKx0AYJCi9ClskWheufCoJPTo141Fg+PxbKBCy+CEpNGkhAsARhlmFdCbcNwFp8KACHopwQ2gTgLD4QQFV/0wYwVbUBoGZ2Tjn+N0JKTtDM4fIVa1zKj4WMeZnUXxHkCQuE9Vb1vioUmDnY5poSACp5EwgVgG54EASOIaYCwC6e4QGY47NUkAKAV/EhAIB3MUhKfLEBeBfPAUCY8sgqiAkgqHgLANs+gVIgSQUmAGg9jZm3em6aD/nFqqFhgi63B+d9wxApkGpzbnAPcgtGZoFaD3pOeTYVgDuvRuPQgrjvmwogbJawArHndQWESphbMEcBmkfoqzpsnGPPuw3A4fZSwtg4x553GoDL6HTzxmTufO4MFCpp7vvAUth20EEZBkolLi/pOgCKCh5aASMAQSCoh7H3xyGgGVXXFkIytSQKWK/X7w+Hw5/BKkBQfRKzTv6wAPb7/ctms/k2WA9YLpcfT6fT774DQJeytgKlxHsPgHDAGWSSXfcAsLjVavXheDy+VdPEwwIgyd/cMXJPhbqsAHQvbxvf8/n8y+Vy+eEY/2oz1UcA1LMA6z5CM8jmmSB3C6st13xfVe+5jsQ8boAoQ4h0EUkpLMqBKnQqbPw42vvT6fTz7XZ7pchfP1SgFIm1CYYA3Q0KuWa73S7bbrfFBSu2P0APShaLxafz+fxLBop5MVKOuZAhQb0cNZ2/rFpcrevLX1uboqnek7EBqPqhBDAJUQEELI4aqk8FQKmBc9QeAmA2mz1fr9efUoWEO4WyP1ICYEPwAcBY+ID1pgbAgkAFAAwl6wmw9Ad97m/DA8wcSTMEEUAZG5gdOvkfIR0EOkNwABiEvYpvwwMg47eqIQQAZLZFPGGOX4U5frfNQG14ABlCTADU/x7fC0DDHKkJW3qypipOrHsCUBBkUcZBB7ZuAo1WfimWzu+M5TMY794AuEVGbz8CiI60ZwFHBfSsw6KnOyogOtKeBRy8Av4BmuykXyL1kYAAAAAASUVORK5CYII="/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,43 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bvltdosfhfsrt"
|
||||
path="res://.godot/imported/wwise_audio_speaker.svg-c8bbeea5359204d3be2da0640c91add2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/images/wwise_audio_speaker.svg"
|
||||
dest_files=["res://.godot/imported/wwise_audio_speaker.svg-c8bbeea5359204d3be2da0640c91add2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=0
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-140,-285)">
|
||||
<g transform="matrix(1,0,0,1,140,285)">
|
||||
<g id="ObjectIcons_AcousticTexture_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M9,5.086L9,2.5C9,1.672 9.672,1 10.5,1C11.328,1 12,1.672 12,2.5L12,3.086C12.156,3.03 12.325,3 12.5,3C13.328,3 14,3.672 14,4.5L14,12.5C14,13.328 13.328,14 12.5,14C12.5,14 2.5,14 2.5,14C1.672,14 1,13.328 1,12.5L1,6.5C1,5.672 1.672,5 2.5,5C3.328,5 4,5.672 4,6.5L4,9.086C4.156,9.03 4.325,9 4.5,9C4.675,9 4.844,9.03 5,9.086L5,8.5C5,7.672 5.672,7 6.5,7C6.675,7 6.844,7.03 7,7.086L7,6.5C7,5.672 7.672,5 8.5,5C8.675,5 8.844,5.03 9,5.086ZM11,13L11,2L10,2L10,13L11,13ZM7,13L7,8L6,8L6,13L7,13ZM3,13L3,6L2,6L2,13L3,13ZM9,13L9,6L8,6L8,13L9,13ZM13,13L13,4L12,4L12,13L13,13ZM5,13L5,10L4,10L4,13L5,13Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(-1,0,0,1.75,5,2.5)">
|
||||
<rect x="2" y="2" width="1" height="4" style="fill:rgb(216,216,216);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.5,9,7)">
|
||||
<rect x="4" y="2" width="1" height="2" style="fill:rgb(216,216,216);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.66667,13,4.66667)">
|
||||
<rect x="6" y="2" width="1" height="3" style="fill:rgb(216,216,216);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.75,17,2.5)">
|
||||
<rect x="8" y="2" width="1" height="4" style="fill:rgb(216,216,216);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.83333,21,-1.66667)">
|
||||
<rect x="10" y="2" width="1" height="6" style="fill:rgb(216,216,216);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.8,25,0.4)">
|
||||
<rect x="12" y="2" width="1" height="5" style="fill:rgb(216,216,216);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ccsyahd8ek2oc"
|
||||
path="res://.godot/imported/ObjectIcons_AcousticTexture_nor.svg-bc45b88be2f4e46cc1734dba49a1aaaa.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_AcousticTexture_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_AcousticTexture_nor.svg-bc45b88be2f4e46cc1734dba49a1aaaa.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="ObjectIcons_AuxBus_nor"><path id="AuxBus" d="M15,2.1c0,-1.159 -0.941,-2.1 -2.1,-2.1l-10.8,0c-1.159,0 -2.1,0.941 -2.1,2.1l0,10.8c0,1.159 0.941,2.1 2.1,2.1l10.8,0c1.159,0 2.1,-0.941 2.1,-2.1l0,-10.8Z" style="fill-opacity:0;"/><g id="AuxBus1" serif:id="AuxBus"><path d="M12,4.409c0,-0.778 -0.631,-1.409 -1.409,-1.409c0,0 -8.182,0 -8.182,0c-0.778,0 -1.409,0.631 -1.409,1.409c0,0 0,6.005 0,6.005l3.586,3.586l6.005,0c0.778,0 1.409,-0.631 1.409,-1.409l0,-8.182Z" style="fill:#212121;"/><path d="M4.5,0c-0.828,0 -1.5,0.672 -1.5,1.5l0,1c0,0.828 0.672,1.5 1.5,1.5c0.828,0 1.5,-0.672 1.5,-1.5l0,-1c0,-0.828 -0.672,-1.5 -1.5,-1.5Z" style="fill:#212121;"/><path d="M6.5,0c-0.828,0 -1.5,0.672 -1.5,1.5l0,1c0,0.828 0.672,1.5 1.5,1.5c0.828,0 1.5,-0.672 1.5,-1.5l0,-1c0,-0.828 -0.672,-1.5 -1.5,-1.5Z" style="fill:#212121;"/><path d="M8.5,0c-0.828,0 -1.5,0.672 -1.5,1.5l0,1c0,0.828 0.672,1.5 1.5,1.5c0.828,0 1.5,-0.672 1.5,-1.5l0,-1c0,-0.828 -0.672,-1.5 -1.5,-1.5Z" style="fill:#212121;"/><path d="M4,1l0,2l1,0l0,-2l-1,0Z" style="fill:#c8c8c8;"/><path d="M6,1l0,2l1,0l0,-2l-1,0Z" style="fill:#c8c8c8;"/><path d="M8,1l0,2l1,0l0,-2l-1,0Z" style="fill:#c8c8c8;"/><path d="M15,6.5c0,-0.828 -0.672,-1.5 -1.5,-1.5l-1,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5l1,0c0.828,0 1.5,-0.672 1.5,-1.5Z" style="fill:#212121;"/><path d="M15,8.5c0,-0.828 -0.672,-1.5 -1.5,-1.5l-1,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5l1,0c0.828,0 1.5,-0.672 1.5,-1.5Z" style="fill:#212121;"/><path d="M15,10.5c0,-0.828 -0.672,-1.5 -1.5,-1.5l-1,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5l1,0c0.828,0 1.5,-0.672 1.5,-1.5Z" style="fill:#212121;"/><rect x="12" y="6" width="2" height="1" style="fill:#c8c8c8;"/><rect x="12" y="8" width="2" height="1" style="fill:#c8c8c8;"/><rect x="12" y="10" width="2" height="1" style="fill:#c8c8c8;"/><path d="M11,4.409c0,-0.226 -0.183,-0.409 -0.409,-0.409l-8.182,0c-0.226,0 -0.409,0.183 -0.409,0.409l0,5.591l3,3l5.591,0c0.226,0 0.409,-0.183 0.409,-0.409l0,-8.182Z" style="fill:#c8c8c8;"/><rect x="8" y="3" width="1" height="1" style="fill:#919191;"/><rect x="6" y="3" width="1" height="1" style="fill:#919191;"/><rect x="4" y="3" width="1" height="1" style="fill:#919191;"/><rect x="11" y="6" width="1" height="1" style="fill:#919191;"/><rect x="11" y="8" width="1" height="1" style="fill:#919191;"/><rect x="11" y="10" width="1" height="1" style="fill:#919191;"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://m42gwb03fnad"
|
||||
path="res://.godot/imported/ObjectIcons_AuxBus_nor.svg-59b9d3f3743c093b30eb1f2630e7805a.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_AuxBus_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_AuxBus_nor.svg-59b9d3f3743c093b30eb1f2630e7805a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="ObjectIcons_Bus_nor"><g id="Base-Block" serif:id="Base Block"><path d="M15,2.1c0,-1.159 -0.941,-2.1 -2.1,-2.1l-10.8,0c-1.159,0 -2.1,0.941 -2.1,2.1l0,10.8c0,1.159 0.941,2.1 2.1,2.1l10.8,0c1.159,0 2.1,-0.941 2.1,-2.1l0,-10.8Z" style="fill-opacity:0;"/></g><g id="Bus"><path d="M14,3.5c0,-0.828 -0.672,-1.5 -1.5,-1.5c0,0 -7,0 -7,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0 0,8 0,8c0,0.828 0.672,1.5 1.5,1.5l7,0c0.828,0 1.5,-0.672 1.5,-1.5l0,-8Zm-1,0c0,-0.276 -0.224,-0.5 -0.5,-0.5l-7,0c-0.276,0 -0.5,0.224 -0.5,0.5l0,8c0,0.276 0.224,0.5 0.5,0.5l7,0c0.276,0 0.5,-0.224 0.5,-0.5l0,-8Z" style="fill:#212121;"/><path d="M13,3.5c0,-0.276 -0.224,-0.5 -0.5,-0.5l-7,0c-0.276,0 -0.5,0.224 -0.5,0.5l0,8c0,0.276 0.224,0.5 0.5,0.5l7,0c0.276,0 0.5,-0.224 0.5,-0.5l0,-8Z" style="fill:#c8c8c8;"/><path d="M4,4l-3,0l0,3l4,0l0,-2l-1,-1Zm0,1l-2,0l0,1l2,0l0,-1Z" style="fill:#212121;"/><rect x="2" y="5" width="2" height="1" style="fill:#c8c8c8;"/><path d="M4,6l-3,0l0,3l4,0l0,-2l-1,-1Zm0,1l-2,0l0,1l2,0l0,-1Z" style="fill:#212121;"/><rect x="2" y="7" width="2" height="1" style="fill:#c8c8c8;"/><path d="M4,8l-3,0l0,3l3,0l1,-1l0,-1l-1,-1Zm0,1l-2,0l0,1l2,0l0,-1Z" style="fill:#212121;"/><rect x="2" y="9" width="2" height="1" style="fill:#c8c8c8;"/><path d="M5,10l-1,0l0,-1l1,0l0,1Zm0,-2l-1,0l0,-1l1,0l0,1Zm0,-2l-1,0l0,-1l1,0l0,1Z" style="fill:#919191;"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://32fhasxwol6q"
|
||||
path="res://.godot/imported/ObjectIcons_Bus_nor.svg-8d66eac694aca183c4694c587ce8f514.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Bus_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Bus_nor.svg-8d66eac694aca183c4694c587ce8f514.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-20,-45)">
|
||||
<g transform="matrix(1,0,0,1,20,45)">
|
||||
<g id="ObjectIcons_Event_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M4.86,6L2.14,6C1.511,6 1,5.489 1,4.86L1,4.14C1,3.512 1.509,3.001 2.14,3L4.86,3L4.976,3.006L5,3.009L5,2.56C5,1.7 5.698,1.001 6.56,1L9.44,1C10.302,1.001 11,1.7 11,2.56L11,5L12.86,5C13.495,5.006 14,5.515 14,6.14L14,6.86C14,7.488 13.491,7.999 12.86,8C13.491,8.001 14,8.512 14,9.14L14,9.86C14,10.485 13.495,10.994 12.86,11L11,11L12.86,11C13.491,11.001 14,11.512 14,12.14L14,12.86C14,13.486 13.494,13.995 12.86,14L10.14,14C10.028,14 9.919,13.984 9.816,13.952C9.7,13.983 9.578,13.999 9.44,14L6.56,14C5.699,14 5,13.301 5,12.44L5,5.991L4.976,5.994L4.86,6ZM10,6L10,2L6,2L6,4L2,4L2,5L6,5L6,13L13,13L13,12L10,12L10,10L13,10L13,9L10,9L10,7L13,7L13,6L10,6Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(0.5,0,0,1,6,2)">
|
||||
<rect x="10" y="7" width="4" height="1" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.5,0,0,1,6,-3)">
|
||||
<rect x="10" y="9" width="4" height="1" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.5,0,0,1,6,7)">
|
||||
<rect x="10" y="5" width="4" height="1" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.75,0,0,1,1.25,-5)">
|
||||
<rect x="1" y="9" width="4" height="1" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.8,0,0,1.57143,2,-4.28571)">
|
||||
<rect x="5" y="4" width="5" height="7" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,21,-3)">
|
||||
<rect x="10" y="9" width="1" height="1" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,21,2)">
|
||||
<rect x="10" y="7" width="1" height="1" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,21,7)">
|
||||
<rect x="10" y="5" width="1" height="1" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,10,-5)">
|
||||
<rect x="4" y="9" width="1" height="1" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b76mic0nkfhp5"
|
||||
path="res://.godot/imported/ObjectIcons_Event_nor.svg-ccfad3a19eb66def767fe9109c4a8a0d.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Event_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Event_nor.svg-ccfad3a19eb66def767fe9109c4a8a0d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-40,-85)">
|
||||
<g transform="matrix(1,0,0,1,40,86.0003)">
|
||||
<g id="ObjectIcons_Folder_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-26.0003)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M0,0L0,13L15,13L15,2L8,1.999L8,-0.001L0,0ZM7,3L7,1L1,1L1,12L14,12L14,3L7,3Z" style="fill:rgb(34,34,34);"/>
|
||||
<path d="M7,3L14,3L14,12L1,12L1,3L1,1L7,1L7,3ZM6,4L6,2L2,2L2,11L13,11L13,4L6,4Z" style="fill:rgb(200,200,200);"/>
|
||||
<path d="M6,4L13,4L13,11L2,11L2,4L2,2L6,2L6,4ZM5,5L5,3L3,3L3,10L12,10L12,5L5,5Z" style="fill:rgb(67,67,67);"/>
|
||||
<g transform="matrix(1,0,0,1,-60,-46.0003)">
|
||||
<path d="M65,51L72,51L72,56L63,56L63,51L63,49L65,49L65,51Z" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ckxlcwiv7oupx"
|
||||
path="res://.godot/imported/ObjectIcons_Folder_nor.svg-cddd0597b00e2c74abdc973272743a82.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Folder_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Folder_nor.svg-cddd0597b00e2c74abdc973272743a82.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-20,-165)">
|
||||
<g transform="matrix(1,0,0,1,20,165)">
|
||||
<g id="ObjectIcons_GameParameter_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M9.802,6C9.589,6.323 9.317,6.594 9,6.8L9,9.205C9.753,9.695 10.25,10.544 10.25,11.508C10.25,13.025 9.019,14.256 7.502,14.256C6.536,14.256 5.685,13.756 5.196,13L0.75,13C0.336,13 0,12.664 0,12.25L0,10.75C0,10.337 0.335,10.001 0.75,10L5.206,10C5.413,9.685 5.684,9.415 6,9.208L6,6.797C5.25,6.307 4.754,5.459 4.754,4.497C4.754,2.98 5.986,1.749 7.502,1.749C8.464,1.749 9.311,2.244 9.806,3L14.25,3C14.67,3.007 15,3.34 15,3.75L15,5.25C15,5.66 14.67,5.993 14.25,6L9.802,6ZM14,5L14,4L9.177,4C8.962,3.277 8.292,2.75 7.5,2.75C6.534,2.75 5.75,3.534 5.75,4.5C5.75,5.292 6.277,5.962 7,6.177L7,9.823C6.436,9.991 5.991,10.436 5.823,11L1,11L1,12L5.823,12C6.038,12.723 6.708,13.25 7.5,13.25C8.466,13.25 9.25,12.466 9.25,11.5C9.25,10.708 8.723,10.038 8,9.823L8,6.177C8.561,6.01 9.004,5.57 9.177,5L14,5Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(1,0,0,1,-80,-45)">
|
||||
<path d="M87,51.177C86.277,50.962 85.75,50.292 85.75,49.5C85.75,48.534 86.534,47.75 87.5,47.75C88.292,47.75 88.962,48.277 89.177,49C89.264,49.363 89.261,49.695 89.177,50C89.009,50.564 88.564,51.009 88,51.177L88,54.823C88.723,55.038 89.25,55.708 89.25,56.5C89.25,57.466 88.466,58.25 87.5,58.25C86.708,58.25 86.038,57.723 85.823,57C85.727,56.693 85.721,56.361 85.823,56C85.991,55.436 86.436,54.991 87,54.823L87,51.177Z" style="fill:rgb(216,216,216);"/>
|
||||
</g>
|
||||
<g transform="matrix(3.31388e-17,-0.138727,-1,-4.66124e-16,15,7.54407)">
|
||||
<path d="M10,7L4,7L4,8L10,8C9.35,7.679 9.37,7.345 10,7Z" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
<g transform="matrix(-5.86225e-17,0.138727,1,4.83287e-16,2.45137e-13,7.44509)">
|
||||
<path d="M17.208,7L15.764,7L15.586,7L11.208,7L11.208,8L17.208,8C16.559,7.679 16.579,7.345 17.208,7Z" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
<g transform="matrix(-0.138727,0,0,1,10.5549,-3)">
|
||||
<path d="M10,7L4,7L4,8L10,8C9.35,7.679 9.37,7.345 10,7Z" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-80,-45)">
|
||||
<rect x="90" y="49" width="4" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(-0.166667,0,0,1,6.66667,3)">
|
||||
<path d="M10,8L5.128,8C5.632,8.311 5.691,8.642 5.128,9L10,9L10,8Z" style="fill:rgb(113,113,113);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-89,-38)">
|
||||
<rect x="90" y="49" width="4" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b6ubes1vljs80"
|
||||
path="res://.godot/imported/ObjectIcons_GameParameter_nor.svg-05e92e0437e214f7f561b47cd6e011db.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_GameParameter_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_GameParameter_nor.svg-05e92e0437e214f7f561b47cd6e011db.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-20,-85)">
|
||||
<g transform="matrix(1,0,0,1,20,85.0003)">
|
||||
<g id="ObjectIcons_PhysicalFolder_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25.0003)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M0,1L0,14L15,14L15,3L8,2.999L8,0.999L0,1ZM7,4L7,2L1,2L1,13L14,13L14,4L7,4Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(1,0,0,1,-60,-45.0003)">
|
||||
<path d="M67,49L74,49L74,58L61,58L61,49L61,47L67,47L67,49Z" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brq0yscqpprxy"
|
||||
path="res://.godot/imported/ObjectIcons_PhysicalFolder_nor.svg-fe1760182da787e91c04458750d3cd3e.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_PhysicalFolder_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_PhysicalFolder_nor.svg-fe1760182da787e91c04458750d3cd3e.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
|
After Width: | Height: | Size: 6.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bipwsxmd2iv6w"
|
||||
path="res://.godot/imported/ObjectIcons_Project_nor.svg-dc54e7c1d86ab87d3d353b8d56d84d91.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Project_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Project_nor.svg-dc54e7c1d86ab87d3d353b8d56d84d91.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-100,-85)">
|
||||
<g transform="matrix(1,0,0,1,100,85)">
|
||||
<g id="ObjectIcons_Soundbank_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M10.58,14L4.42,14C3.084,14 2,12.916 2,11.58L2,11L1.75,11C0.784,11 0,10.216 0,9.25L0,5.75C0,4.786 0.781,4.003 1.75,4L2,4L2,3.42C2,2.086 3.081,1.003 4.42,1L10.58,1C11.919,1.003 13,2.086 13,3.42L13,4L13.25,4C14.219,4.003 15,4.786 15,5.75L15,9.25C15,10.216 14.216,11 13.25,11L13,11L13,11.58C13,12.915 11.916,14 10.58,14ZM10.74,2L4.26,2C3.564,2.001 3,2.565 3,3.26L3,5L1,5L1,6L3,6L3,7L1,7L1,8L3,8L3,9L1,9L1,10L3,10L3,11.74C3,12.435 3.565,13 4.26,13L10.74,13C11.435,13 12,12.435 12,11.74L12,10L14,10L14,9L12,9L12,8L14,8L14,7L12,7L12,6L14,6L14,5L12,5L12,3.26C12,2.565 11.436,2.001 10.74,2Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(0.333333,0,0,1,9.33333,0)">
|
||||
<rect x="11" y="7" width="3" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,9.33333,-4)">
|
||||
<rect x="11" y="9" width="3" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,9.33333,4)">
|
||||
<rect x="11" y="5" width="3" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,0.666667,0)">
|
||||
<rect x="1" y="7" width="3" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,0.666667,-4)">
|
||||
<rect x="1" y="9" width="3" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,0.666667,4)">
|
||||
<rect x="1" y="5" width="3" height="1" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<path d="M10.74,2C11.438,2.003 12,2.566 12,3.26L12,11.74C12,12.435 11.435,13 10.74,13L4.26,13C3.565,13 3,12.435 3,11.74L3,3.26C3,2.566 3.562,2.003 4.26,2L10.74,2ZM10,6C9.984,4.653 9.505,3.898 7.527,3.898C5.409,3.898 4.883,4.772 4.883,6C4.883,7.228 5.478,8.083 7.508,8.06C8.724,8.047 9,8.279 9,9C9,9.721 8.718,10 7.522,10C6.15,10 6.012,9.698 6,9L5,9C4.985,10.256 5.361,11.106 7.578,11.106C9.794,11.106 10.102,10.303 10.102,9C10.102,7.42 9.628,6.962 7.557,6.953C6.62,6.949 6.011,6.947 6,6C5.99,5.179 6.716,5 7.573,5C8.752,5 8.996,5.125 9,6L10,6Z" style="fill:rgb(200,200,200);"/>
|
||||
<g transform="matrix(-1,-0,0,1,24,-4)">
|
||||
<rect x="11" y="9" width="1" height="1" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.842382,0,0,0.774249,-117.591,-64.2877)">
|
||||
<path d="M148.589,97.376C145.958,97.376 145.511,96.278 145.529,94.656L146.716,94.656C146.731,95.558 146.894,95.948 148.523,95.948C149.943,95.948 150.278,95.587 150.278,94.656C150.278,93.726 149.949,93.425 148.506,93.443C146.097,93.472 145.391,92.368 145.391,90.782C145.391,89.196 146.014,88.067 148.529,88.067C150.88,88.067 151.447,89.044 151.465,90.782L150.278,90.782C150.273,89.651 149.983,89.49 148.584,89.49C147.566,89.49 146.705,89.721 146.716,90.782C146.73,92.005 147.453,92.008 148.564,92.013C151.023,92.025 151.586,92.616 151.586,94.656C151.586,96.339 151.221,97.376 148.589,97.376Z" style="fill:rgb(34,34,34);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,24,0)">
|
||||
<rect x="11" y="7" width="1" height="1" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,24,4)">
|
||||
<rect x="11" y="5" width="1" height="1" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,6,-4)">
|
||||
<rect x="3" y="9" width="1" height="1" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,6,0)">
|
||||
<rect x="3" y="7" width="1" height="1" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,6,4)">
|
||||
<rect x="3" y="5" width="1" height="1" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://pgdtgo8kjxyl"
|
||||
path="res://.godot/imported/ObjectIcons_Soundbank_nor.svg-316f115109e1ce6e0094bd212982a333.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Soundbank_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Soundbank_nor.svg-316f115109e1ce6e0094bd212982a333.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-40,-165)">
|
||||
<g transform="matrix(1,0,0,1,40,165)">
|
||||
<g id="ObjectIcons_StateGroup_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M4.346,6.008C4.123,5.554 4,5.041 4,4.5C4,2.568 5.568,1 7.5,1C9.432,1 11,2.568 11,4.5C11,5.041 10.877,5.554 10.654,6.008C12.514,6.084 14,7.62 14,9.5C14,11.432 12.432,13 10.5,13C9.225,13 8.108,12.317 7.5,11.295C6.892,12.317 5.775,13 4.5,13C2.568,13 1,11.432 1,9.5C1,7.62 2.486,6.084 4.346,6.008ZM7.183,9.48C7.183,10.923 5.991,12.092 4.52,12.092C3.05,12.092 1.858,10.923 1.858,9.48C1.858,8.037 3.05,6.867 4.52,6.867C5.991,6.867 7.183,8.037 7.183,9.48ZM13.183,9.48C13.183,10.923 11.991,12.092 10.52,12.092C9.05,12.092 7.858,10.923 7.858,9.48C7.858,8.037 9.05,6.867 10.52,6.867C11.991,6.867 13.183,8.037 13.183,9.48ZM4,11C5.414,11 5.96,10.345 5.96,9.48C5.96,8.613 5.414,8 4,8L4,11ZM10,11C11.414,11 11.96,10.345 11.96,9.48C11.96,8.613 11.414,8 10,8L10,11ZM10.183,4.48C10.183,5.923 8.991,7.092 7.52,7.092C6.05,7.092 4.858,5.923 4.858,4.48C4.858,3.037 6.05,1.867 7.52,1.867C8.991,1.867 10.183,3.037 10.183,4.48ZM7,6C8.414,6 8.96,5.345 8.96,4.48C8.96,3.613 8.414,3 7,3L7,6Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(1.06499,0,0,1.04499,6.98777,2.70325)">
|
||||
<path d="M0.011,3.155C1.339,3.155 1.852,2.528 1.852,1.7C1.852,0.871 1.339,0.284 0.011,0.284L0.011,3.155ZM3,1.7C3,3.081 1.881,4.2 0.5,4.2C-0.881,4.2 -2,3.081 -2,1.7C-2,0.319 -0.881,-0.8 0.5,-0.8C1.881,-0.8 3,0.319 3,1.7" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(1.06499,0,0,1.04499,6.12999,8.83599)">
|
||||
<path d="M-2,2.071C-0.672,2.071 -0.159,1.444 -0.159,0.616C-0.159,-0.213 -0.672,-0.8 -2,-0.8L-2,2.071ZM0.989,0.616C0.989,1.997 -0.13,3.116 -1.511,3.116C-2.892,3.116 -4.011,1.997 -4.011,0.616C-4.011,-0.765 -2.892,-1.884 -1.511,-1.884C-0.13,-1.884 0.989,-0.765 0.989,0.616" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(1.06499,0,0,1.04499,6.98777,2.70325)">
|
||||
<path d="M2.828,7.94C4.156,7.94 4.669,7.313 4.669,6.485C4.669,5.656 4.156,5.069 2.828,5.069L2.828,7.94ZM5.817,6.485C5.817,7.866 4.698,8.985 3.317,8.985C1.936,8.985 0.817,7.866 0.817,6.485C0.817,5.104 1.936,3.985 3.317,3.985C4.698,3.985 5.817,5.104 5.817,6.485" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ct2g8igdlioxl"
|
||||
path="res://.godot/imported/ObjectIcons_StateGroup_nor.svg-138badbb85d41621a38411e8fc4a6a15.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_StateGroup_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_StateGroup_nor.svg-138badbb85d41621a38411e8fc4a6a15.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-60,-165)">
|
||||
<g transform="matrix(1,0,0,1,60,165)">
|
||||
<g id="ObjectIcons_State_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M7.5,1C11.087,1 14,3.913 14,7.5C14,11.087 11.087,14 7.5,14C3.913,14 1,11.087 1,7.5C1,3.913 3.913,1 7.5,1ZM13,7.5C13,10.538 10.537,13 7.5,13C4.463,13 2,10.538 2,7.5C2,4.462 4.463,2 7.5,2C10.537,2 13,4.462 13,7.5ZM7,11C9.709,11 11.175,9.709 11.175,7.5C11.175,5.291 9.709,4 7,4L7,11Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(1,0,0,1,7,3.5)">
|
||||
<path d="M0,7.5C2.709,7.5 4.175,6.209 4.175,4C4.175,1.791 2.709,0.5 0,0.5L0,7.5ZM6,4C6,7.038 3.537,9.5 0.5,9.5C-2.537,9.5 -5,7.038 -5,4C-5,0.962 -2.537,-1.5 0.5,-1.5C3.537,-1.5 6,0.962 6,4" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dtihfe1f2wood"
|
||||
path="res://.godot/imported/ObjectIcons_State_nor.svg-421dc207de3de7b254e608d45cb07c27.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_State_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_State_nor.svg-421dc207de3de7b254e608d45cb07c27.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-80,-165)">
|
||||
<g transform="matrix(1,0,0,1,80,165)">
|
||||
<g id="ObjectIcons_SwitchGroup_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-80,-105)">
|
||||
<path d="M84.65,106C85.395,106 86,106.605 86,107.35L86,117.65C86,118.395 85.395,119 84.65,119L84.35,119C83.605,119 83,118.395 83,117.65L83,107.35C83,106.605 83.605,106 84.35,106L84.65,106ZM85,107L84,107L84,118L85,118L85,107Z" style="fill:rgb(34,34,34);"/>
|
||||
</g>
|
||||
<path d="M6.558,5.5C6.214,5.173 6,4.711 6,4.2L6,2.8C6,1.807 6.807,1 7.8,1L9.2,1C10.193,1 11,1.807 11,2.8L11,4.2C11,4.711 10.786,5.173 10.442,5.5C10.786,5.827 11,6.289 11,6.8L11,8.2C11,8.711 10.786,9.173 10.442,9.5C10.786,9.827 11,10.289 11,10.8L11,12.2C11,13.192 10.196,13.998 9.2,14L7.8,14C6.807,14 6,13.193 6,12.2L6,10.8C6,10.289 6.214,9.827 6.558,9.5C6.214,9.173 6,8.711 6,8.2L6,6.8C6,6.289 6.214,5.827 6.558,5.5ZM10,10L9.2,10C9.2,10 7.8,10 7.8,10C7.8,10 7,10 7,10L7,13L10,13L10,10ZM7.8,6L7,6L7,9L10,9L10,6L9.2,6L7.8,6ZM10,2L7,2L7,5L10,5L10,2Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(1,0,0,1,-3,-8)">
|
||||
<rect x="10" y="10" width="3" height="3" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-3,-4)">
|
||||
<rect x="10" y="10" width="3" height="3" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-3,-1.42109e-13)">
|
||||
<rect x="10" y="10" width="3" height="3" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(6.12323e-17,-1,1,5.72119e-18,2,7)">
|
||||
<rect x="-6" y="2" width="11" height="1" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c6xeh0phqt10x"
|
||||
path="res://.godot/imported/ObjectIcons_SwitchGroup_nor.svg-b03ee2869b21f859b93550a6cd8b24e8.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_SwitchGroup_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_SwitchGroup_nor.svg-b03ee2869b21f859b93550a6cd8b24e8.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-100,-165)">
|
||||
<g transform="matrix(1,0,0,1,100,165)">
|
||||
<g id="ObjectIcons_Switch_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M4.2,13L3.8,13C2.807,13 2,12.193 2,11.2L2,3.8C2,2.808 2.805,2.002 3.8,2L4.2,2L4.384,2.009L4.5,2.027L4.616,2.009L4.8,2L10.2,2L10.384,2.009L10.5,2.027L10.616,2.009L10.8,2L11.2,2C12.195,2.002 13,2.808 13,3.8L13,11.2C13,12.191 12.197,12.996 11.2,13L10.8,13C10.698,13 10.597,12.991 10.5,12.973L10.384,12.991L10.2,13L4.8,13C4.698,13 4.597,12.991 4.5,12.973L4.384,12.991L4.2,13ZM12,12L12,3L3,3L3,12L12,12ZM10,5L10,10L5,10L5,5L10,5ZM9,6L6,6L6,9L9,9L9,6Z" style="fill:rgb(34,34,34);"/>
|
||||
<path d="M10,5L5,5L5,10L10,10L10,5ZM12,12L3,12L3,3L12,3L12,12Z" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bbt872p81st3g"
|
||||
path="res://.godot/imported/ObjectIcons_Switch_nor.svg-e596d122bf8cb4e3da84864acf328d94.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Switch_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Switch_nor.svg-e596d122bf8cb4e3da84864acf328d94.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-120,-165)">
|
||||
<g transform="matrix(1,0,0,1,120,165)">
|
||||
<g id="ObjectIcons_Trigger_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M3.65,7L3.35,7C2.605,7 2,6.395 2,5.65L2,2.35C2,1.606 2.604,1.001 3.35,1L3.65,1C4.275,1.001 4.799,1.425 4.952,2L10.048,2C10.201,1.425 10.725,1.001 11.35,1L11.65,1C12.396,1.001 13,1.606 13,2.35L13,5.65C13,6.394 12.397,6.998 11.65,7L11.35,7C10.726,7 10.201,6.576 10.048,6L9,6L9,10L12.56,10C13.356,10.001 14,10.646 14,11.44L14,12.56C14,13.354 13.355,14 12.56,14L2.44,14C1.645,14 1,13.355 1,12.56L1,11.44C1,10.646 1.644,10.001 2.44,10L6,10L6,6L4.952,6C4.799,6.575 4.276,6.998 3.65,7ZM13,11L2,11L2,13L13,13L13,11ZM8,5L8,4L7,4L7,10L8,10L8,5ZM4,3L4,2L3,2L3,6L4,6L4,4L11,4L11,6L12,6L12,2L11,2L11,3L4,3Z" style="fill:rgb(34,34,34);"/>
|
||||
<g transform="matrix(1,0,0,1,-140,-105)">
|
||||
<rect x="143" y="107" width="1" height="4" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-132,-105)">
|
||||
<rect x="143" y="107" width="1" height="4" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(7,0,0,0.25,-997,-23.75)">
|
||||
<rect x="143" y="107" width="1" height="4" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1.25,-136,-128.75)">
|
||||
<rect x="143" y="107" width="1" height="4" style="fill:rgb(226,226,226);"/>
|
||||
</g>
|
||||
<g transform="matrix(11,0,-1.56319e-13,0.5,-1571,-42.5)">
|
||||
<rect x="143" y="107" width="1" height="4" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,1.12712e-18,-1.54516e-17,0.333333,2,0.666667)">
|
||||
<rect x="2" y="10" width="3" height="3" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,1.12712e-18,-1.54516e-17,0.333333,6,0.666667)">
|
||||
<rect x="2" y="10" width="3" height="3" style="fill:rgb(145,145,145);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,3.75706e-19,-1.54516e-17,0.333333,6.33333,0.666667)">
|
||||
<rect x="2" y="10" width="3" height="3" style="fill:rgb(200,200,200);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ot840ranbpl3"
|
||||
path="res://.godot/imported/ObjectIcons_Trigger_nor.svg-320bee69461bfe167fdc6afe370a490f.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Trigger_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Trigger_nor.svg-320bee69461bfe167fdc6afe370a490f.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-60,-85)">
|
||||
<g id="ObjectIcons_Workunit_nor" transform="matrix(1,0,0,1,-160,-40)">
|
||||
<g transform="matrix(1,0,0,1,180,100)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M227.5,125.735L221,128.926L221,136.062L227.5,139.63L234,136.062L234,128.926L227.5,125.735ZM227.5,126.817L222,129.5L222,135.5L227.5,138.5L233,135.5L233,129.5L227.5,126.817Z" style="fill:rgb(34,34,34);"/>
|
||||
<path d="M227.5,126.817L222,129.5L222,135.5L227.5,138.5L233,135.5L233,129.5L227.5,126.817ZM226,130L224,130L224,132.553C223.97,134.358 225.313,136.008 227.54,136C229.778,135.992 231.013,134.238 231,132.856L231,130L229,130L229,132.769C229.003,133.482 228.282,133.997 227.527,134C226.762,134.001 225.996,133.509 226,132.683L226,130Z" style="fill:rgb(200,200,200);"/>
|
||||
<g transform="matrix(1,0,0,1,60,20)">
|
||||
<path d="M166,110L164,110L164,112.553C163.97,114.358 165.313,116.008 167.54,116C169.778,115.992 171.013,114.238 171,112.856L171,110L169,110L169,112.769C169.003,113.482 168.282,113.997 167.527,114C166.762,114.001 165.996,113.509 166,112.683L166,110Z" style="fill:rgb(34,34,34);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bpdqh805qkudn"
|
||||
path="res://.godot/imported/ObjectIcons_Workunit_nor.svg-bab517595ce8196c72e7b0137ff9baad.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/dark/images/ObjectIcons_Workunit_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Workunit_nor.svg-bab517595ce8196c72e7b0137ff9baad.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-140,-285)">
|
||||
<g transform="matrix(1,0,0,1,140,285)">
|
||||
<g id="ObjectIcons_AcousticTexture_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M9,5.086L9,2.5C9,1.672 9.672,1 10.5,1C11.328,1 12,1.672 12,2.5L12,3.086C12.156,3.03 12.325,3 12.5,3C13.328,3 14,3.672 14,4.5L14,12.5C14,13.328 13.328,14 12.5,14C12.5,14 2.5,14 2.5,14C1.672,14 1,13.328 1,12.5L1,6.5C1,5.672 1.672,5 2.5,5C3.328,5 4,5.672 4,6.5L4,9.086C4.156,9.03 4.325,9 4.5,9C4.675,9 4.844,9.03 5,9.086L5,8.5C5,7.672 5.672,7 6.5,7C6.675,7 6.844,7.03 7,7.086L7,6.5C7,5.672 7.672,5 8.5,5C8.675,5 8.844,5.03 9,5.086ZM11,13L11,2L10,2L10,13L11,13ZM7,13L7,8L6,8L6,13L7,13ZM3,13L3,6L2,6L2,13L3,13ZM9,13L9,6L8,6L8,13L9,13ZM13,13L13,4L12,4L12,13L13,13ZM5,13L5,10L4,10L4,13L5,13Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(-1,0,0,1.75,5,2.5)">
|
||||
<rect x="2" y="2" width="1" height="4" style="fill:rgb(43,43,43);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.5,9,7)">
|
||||
<rect x="4" y="2" width="1" height="2" style="fill:rgb(43,43,43);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.66667,13,4.66667)">
|
||||
<rect x="6" y="2" width="1" height="3" style="fill:rgb(43,43,43);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.75,17,2.5)">
|
||||
<rect x="8" y="2" width="1" height="4" style="fill:rgb(43,43,43);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.83333,21,-1.66667)">
|
||||
<rect x="10" y="2" width="1" height="6" style="fill:rgb(43,43,43);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,0,0,1.8,25,0.4)">
|
||||
<rect x="12" y="2" width="1" height="5" style="fill:rgb(43,43,43);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bvi7k378grd3c"
|
||||
path="res://.godot/imported/ObjectIcons_AcousticTexture_nor.svg-21b950f96ca77aaf56e8a5c4b1e006b7.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_AcousticTexture_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_AcousticTexture_nor.svg-21b950f96ca77aaf56e8a5c4b1e006b7.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="ObjectIcons_AuxBus_nor"><path id="AuxBus" d="M15,2.1c0,-1.159 -0.941,-2.1 -2.1,-2.1l-10.8,0c-1.159,0 -2.1,0.941 -2.1,2.1l0,10.8c0,1.159 0.941,2.1 2.1,2.1l10.8,0c1.159,0 2.1,-0.941 2.1,-2.1l0,-10.8Z" style="fill-opacity:0;"/><g id="AuxBus1" serif:id="AuxBus"><path d="M12,4.409c0,-0.778 -0.631,-1.409 -1.409,-1.409c0,0 -8.182,0 -8.182,0c-0.778,0 -1.409,0.631 -1.409,1.409c0,0 0,6.005 0,6.005l3.586,3.586l6.005,0c0.778,0 1.409,-0.631 1.409,-1.409l0,-8.182Z" style="fill:#c4c4c4;"/><path d="M4.5,0c-0.828,0 -1.5,0.672 -1.5,1.5l0,1c0,0.828 0.672,1.5 1.5,1.5c0.828,0 1.5,-0.672 1.5,-1.5l0,-1c0,-0.828 -0.672,-1.5 -1.5,-1.5Z" style="fill:#c4c4c4;"/><path d="M6.5,0c-0.828,0 -1.5,0.672 -1.5,1.5l0,1c0,0.828 0.672,1.5 1.5,1.5c0.828,0 1.5,-0.672 1.5,-1.5l0,-1c0,-0.828 -0.672,-1.5 -1.5,-1.5Z" style="fill:#c4c4c4;"/><path d="M8.5,0c-0.828,0 -1.5,0.672 -1.5,1.5l0,1c0,0.828 0.672,1.5 1.5,1.5c0.828,0 1.5,-0.672 1.5,-1.5l0,-1c0,-0.828 -0.672,-1.5 -1.5,-1.5Z" style="fill:#c4c4c4;"/><path d="M4,1l0,2l1,0l0,-2l-1,0Z" style="fill:#393939;"/><path d="M6,1l0,2l1,0l0,-2l-1,0Z" style="fill:#393939;"/><path d="M8,1l0,2l1,0l0,-2l-1,0Z" style="fill:#393939;"/><path d="M15,6.5c0,-0.828 -0.672,-1.5 -1.5,-1.5l-1,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5l1,0c0.828,0 1.5,-0.672 1.5,-1.5Z" style="fill:#c4c4c4;"/><path d="M15,8.5c0,-0.828 -0.672,-1.5 -1.5,-1.5l-1,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5l1,0c0.828,0 1.5,-0.672 1.5,-1.5Z" style="fill:#c4c4c4;"/><path d="M15,10.5c0,-0.828 -0.672,-1.5 -1.5,-1.5l-1,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5l1,0c0.828,0 1.5,-0.672 1.5,-1.5Z" style="fill:#c4c4c4;"/><rect x="12" y="6" width="2" height="1" style="fill:#393939;"/><rect x="12" y="8" width="2" height="1" style="fill:#393939;"/><rect x="12" y="10" width="2" height="1" style="fill:#393939;"/><path d="M11,4.409c0,-0.226 -0.183,-0.409 -0.409,-0.409l-8.182,0c-0.226,0 -0.409,0.183 -0.409,0.409l0,5.591l3,3l5.591,0c0.226,0 0.409,-0.183 0.409,-0.409l0,-8.182Z" style="fill:#393939;"/><rect x="8" y="3" width="1" height="1" style="fill:#919191;"/><rect x="6" y="3" width="1" height="1" style="fill:#919191;"/><rect x="4" y="3" width="1" height="1" style="fill:#919191;"/><rect x="11" y="6" width="1" height="1" style="fill:#919191;"/><rect x="11" y="8" width="1" height="1" style="fill:#919191;"/><rect x="11" y="10" width="1" height="1" style="fill:#919191;"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://tgmh2p5dnyqr"
|
||||
path="res://.godot/imported/ObjectIcons_AuxBus_nor.svg-6cc503715849d6a0e05b04b101d3ab59.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_AuxBus_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_AuxBus_nor.svg-6cc503715849d6a0e05b04b101d3ab59.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="ObjectIcons_Bus_nor"><g id="Base-Block" serif:id="Base Block"><path d="M15,2.1c0,-1.159 -0.941,-2.1 -2.1,-2.1l-10.8,0c-1.159,0 -2.1,0.941 -2.1,2.1l0,10.8c0,1.159 0.941,2.1 2.1,2.1l10.8,0c1.159,0 2.1,-0.941 2.1,-2.1l0,-10.8Z" style="fill-opacity:0;"/></g><g id="Bus"><path d="M14,3.5c0,-0.828 -0.672,-1.5 -1.5,-1.5c0,0 -7,0 -7,0c-0.828,0 -1.5,0.672 -1.5,1.5c0,0 0,8 0,8c0,0.828 0.672,1.5 1.5,1.5l7,0c0.828,0 1.5,-0.672 1.5,-1.5l0,-8Zm-1,0c0,-0.276 -0.224,-0.5 -0.5,-0.5l-7,0c-0.276,0 -0.5,0.224 -0.5,0.5l0,8c0,0.276 0.224,0.5 0.5,0.5l7,0c0.276,0 0.5,-0.224 0.5,-0.5l0,-8Z" style="fill:#c4c4c4;"/><path d="M13,3.5c0,-0.276 -0.224,-0.5 -0.5,-0.5l-7,0c-0.276,0 -0.5,0.224 -0.5,0.5l0,8c0,0.276 0.224,0.5 0.5,0.5l7,0c0.276,0 0.5,-0.224 0.5,-0.5l0,-8Z" style="fill:#393939;"/><path d="M4,4l-3,0l0,3l4,0l0,-2l-1,-1Zm0,1l-2,0l0,1l2,0l0,-1Z" style="fill:#c4c4c4;"/><rect x="2" y="5" width="2" height="1" style="fill:#393939;"/><path d="M4,6l-3,0l0,3l4,0l0,-2l-1,-1Zm0,1l-2,0l0,1l2,0l0,-1Z" style="fill:#c4c4c4;"/><rect x="2" y="7" width="2" height="1" style="fill:#393939;"/><path d="M4,8l-3,0l0,3l3,0l1,-1l0,-1l-1,-1Zm0,1l-2,0l0,1l2,0l0,-1Z" style="fill:#c4c4c4;"/><rect x="2" y="9" width="2" height="1" style="fill:#393939;"/><path d="M5,10l-1,0l0,-1l1,0l0,1Zm0,-2l-1,0l0,-1l1,0l0,1Zm0,-2l-1,0l0,-1l1,0l0,1Z" style="fill:#6c6c6c;"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://f5s0rgkrcbcv"
|
||||
path="res://.godot/imported/ObjectIcons_Bus_nor.svg-17d0dd969d043570ddcf2089c42cd4d8.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Bus_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Bus_nor.svg-17d0dd969d043570ddcf2089c42cd4d8.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-20,-45)">
|
||||
<g transform="matrix(1,0,0,1,20,45)">
|
||||
<g id="ObjectIcons_Event_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M4.86,6L2.14,6C1.511,6 1,5.489 1,4.86L1,4.14C1,3.512 1.509,3.001 2.14,3L4.86,3L4.976,3.006L5,3.009L5,2.56C5,1.7 5.698,1.001 6.56,1L9.44,1C10.302,1.001 11,1.7 11,2.56L11,5L12.86,5C13.495,5.006 14,5.515 14,6.14L14,6.86C14,7.488 13.491,7.999 12.86,8C13.491,8.001 14,8.512 14,9.14L14,9.86C14,10.485 13.495,10.994 12.86,11L11,11L12.86,11C13.491,11.001 14,11.512 14,12.14L14,12.86C14,13.486 13.494,13.995 12.86,14L10.14,14C10.028,14 9.919,13.984 9.816,13.952C9.7,13.983 9.578,13.999 9.44,14L6.56,14C5.699,14 5,13.301 5,12.44L5,5.991L4.976,5.994L4.86,6ZM10,6L10,2L6,2L6,4L2,4L2,5L6,5L6,13L13,13L13,12L10,12L10,10L13,10L13,9L10,9L10,7L13,7L13,6L10,6Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(0.5,0,0,1,6,2)">
|
||||
<rect x="10" y="7" width="4" height="1" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.5,0,0,1,6,-3)">
|
||||
<rect x="10" y="9" width="4" height="1" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.5,0,0,1,6,7)">
|
||||
<rect x="10" y="5" width="4" height="1" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.75,0,0,1,1.25,-5)">
|
||||
<rect x="1" y="9" width="4" height="1" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.8,0,0,1.57143,2,-4.28571)">
|
||||
<rect x="5" y="4" width="5" height="7" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,21,-3)">
|
||||
<rect x="10" y="9" width="1" height="1" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,21,2)">
|
||||
<rect x="10" y="7" width="1" height="1" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,21,7)">
|
||||
<rect x="10" y="5" width="1" height="1" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,10,-5)">
|
||||
<rect x="4" y="9" width="1" height="1" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cf2q6oxvxnolj"
|
||||
path="res://.godot/imported/ObjectIcons_Event_nor.svg-59d03b0c747a758844a70b833ae280fb.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Event_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Event_nor.svg-59d03b0c747a758844a70b833ae280fb.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-40,-85)">
|
||||
<g transform="matrix(1,0,0,1,40,86.0003)">
|
||||
<g id="ObjectIcons_Folder_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-26.0003)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M0,0L0,13L15,13L15,2L8,1.999L8,-0.001L0,0ZM7,3L7,1L1,1L1,12L14,12L14,3L7,3Z" style="fill:rgb(196,196,196);"/>
|
||||
<path d="M7,3L14,3L14,12L1,12L1,3L1,1L7,1L7,3ZM6,4L6,2L2,2L2,11L13,11L13,4L6,4Z" style="fill:rgb(57,57,57);"/>
|
||||
<path d="M6,4L13,4L13,11L2,11L2,4L2,2L6,2L6,4ZM5,5L5,3L3,3L3,10L12,10L12,5L5,5Z" style="fill:rgb(178,178,178);"/>
|
||||
<g transform="matrix(1,0,0,1,-60,-46.0003)">
|
||||
<path d="M65,51L72,51L72,56L63,56L63,51L63,49L65,49L65,51Z" style="fill:rgb(149,149,149);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bd1dba81t0scb"
|
||||
path="res://.godot/imported/ObjectIcons_Folder_nor.svg-1d2a646532a306eeabb01c715d1884e2.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Folder_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Folder_nor.svg-1d2a646532a306eeabb01c715d1884e2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-20,-165)">
|
||||
<g transform="matrix(1,0,0,1,20,165)">
|
||||
<g id="ObjectIcons_GameParameter_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M9.802,6C9.589,6.323 9.317,6.594 9,6.8L9,9.205C9.753,9.695 10.25,10.544 10.25,11.508C10.25,13.025 9.019,14.256 7.502,14.256C6.536,14.256 5.685,13.756 5.196,13L0.75,13C0.336,13 0,12.664 0,12.25L0,10.75C0,10.337 0.335,10.001 0.75,10L5.206,10C5.413,9.685 5.684,9.415 6,9.208L6,6.797C5.25,6.307 4.754,5.459 4.754,4.497C4.754,2.98 5.986,1.749 7.502,1.749C8.464,1.749 9.311,2.244 9.806,3L14.25,3C14.67,3.007 15,3.34 15,3.75L15,5.25C15,5.66 14.67,5.993 14.25,6L9.802,6ZM14,5L14,4L9.177,4C8.962,3.277 8.292,2.75 7.5,2.75C6.534,2.75 5.75,3.534 5.75,4.5C5.75,5.292 6.277,5.962 7,6.177L7,9.823C6.436,9.991 5.991,10.436 5.823,11L1,11L1,12L5.823,12C6.038,12.723 6.708,13.25 7.5,13.25C8.466,13.25 9.25,12.466 9.25,11.5C9.25,10.708 8.723,10.038 8,9.823L8,6.177C8.561,6.01 9.004,5.57 9.177,5L14,5Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(1,0,0,1,-80,-45)">
|
||||
<path d="M87,51.177C86.277,50.962 85.75,50.292 85.75,49.5C85.75,48.534 86.534,47.75 87.5,47.75C88.292,47.75 88.962,48.277 89.177,49C89.264,49.363 89.261,49.695 89.177,50C89.009,50.564 88.564,51.009 88,51.177L88,54.823C88.723,55.038 89.25,55.708 89.25,56.5C89.25,57.466 88.466,58.25 87.5,58.25C86.708,58.25 86.038,57.723 85.823,57C85.727,56.693 85.721,56.361 85.823,56C85.991,55.436 86.436,54.991 87,54.823L87,51.177Z" style="fill:rgb(43,43,43);"/>
|
||||
</g>
|
||||
<g transform="matrix(3.31388e-17,-0.138727,-1,-4.66124e-16,15,7.54407)">
|
||||
<path d="M10,7L4,7L4,8L10,8C9.35,7.679 9.37,7.345 10,7Z" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
<g transform="matrix(-5.86225e-17,0.138727,1,4.83287e-16,2.45137e-13,7.44509)">
|
||||
<path d="M17.208,7L15.764,7L15.586,7L11.208,7L11.208,8L17.208,8C16.559,7.679 16.579,7.345 17.208,7Z" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
<g transform="matrix(-0.138727,0,0,1,10.5549,-3)">
|
||||
<path d="M10,7L4,7L4,8L10,8C9.35,7.679 9.37,7.345 10,7Z" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-80,-45)">
|
||||
<rect x="90" y="49" width="4" height="1"/>
|
||||
</g>
|
||||
<g transform="matrix(-0.166667,0,0,1,6.66667,3)">
|
||||
<path d="M10,8L5.128,8C5.632,8.311 5.691,8.642 5.128,9L10,9L10,8Z" style="fill:rgb(160,160,160);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-89,-38)">
|
||||
<rect x="90" y="49" width="4" height="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://do25ib6hcw35b"
|
||||
path="res://.godot/imported/ObjectIcons_GameParameter_nor.svg-80742ce204908c6bb8e0a62c63d902a5.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_GameParameter_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_GameParameter_nor.svg-80742ce204908c6bb8e0a62c63d902a5.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-20,-85)">
|
||||
<g transform="matrix(1,0,0,1,20,85.0003)">
|
||||
<g id="ObjectIcons_PhysicalFolder_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25.0003)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M0,1L0,14L15,14L15,3L8,2.999L8,0.999L0,1ZM7,4L7,2L1,2L1,13L14,13L14,4L7,4Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(1,0,0,1,-60,-45.0003)">
|
||||
<path d="M67,49L74,49L74,58L61,58L61,49L61,47L67,47L67,49Z" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://qfhevfu2jrv1"
|
||||
path="res://.godot/imported/ObjectIcons_PhysicalFolder_nor.svg-73222202393def14d6607b95a8a96496.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_PhysicalFolder_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_PhysicalFolder_nor.svg-73222202393def14d6607b95a8a96496.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
|
After Width: | Height: | Size: 6.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cna5nfk88jp1c"
|
||||
path="res://.godot/imported/ObjectIcons_Project_nor.svg-03f73eb25f92ec8c0eb7923b7ed04de1.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Project_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Project_nor.svg-03f73eb25f92ec8c0eb7923b7ed04de1.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-100,-85)">
|
||||
<g transform="matrix(1,0,0,1,100,85)">
|
||||
<g id="ObjectIcons_Soundbank_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M10.58,14L4.42,14C3.084,14 2,12.916 2,11.58L2,11L1.75,11C0.784,11 0,10.216 0,9.25L0,5.75C0,4.786 0.781,4.003 1.75,4L2,4L2,3.42C2,2.086 3.081,1.003 4.42,1L10.58,1C11.919,1.003 13,2.086 13,3.42L13,4L13.25,4C14.219,4.003 15,4.786 15,5.75L15,9.25C15,10.216 14.216,11 13.25,11L13,11L13,11.58C13,12.915 11.916,14 10.58,14ZM10.74,2L4.26,2C3.564,2.001 3,2.565 3,3.26L3,5L1,5L1,6L3,6L3,7L1,7L1,8L3,8L3,9L1,9L1,10L3,10L3,11.74C3,12.435 3.565,13 4.26,13L10.74,13C11.435,13 12,12.435 12,11.74L12,10L14,10L14,9L12,9L12,8L14,8L14,7L12,7L12,6L14,6L14,5L12,5L12,3.26C12,2.565 11.436,2.001 10.74,2Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(0.333333,0,0,1,9.33333,0)">
|
||||
<rect x="11" y="7" width="3" height="1"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,9.33333,-4)">
|
||||
<rect x="11" y="9" width="3" height="1"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,9.33333,4)">
|
||||
<rect x="11" y="5" width="3" height="1"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,0.666667,0)">
|
||||
<rect x="1" y="7" width="3" height="1"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,0.666667,-4)">
|
||||
<rect x="1" y="9" width="3" height="1"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,0,0,1,0.666667,4)">
|
||||
<rect x="1" y="5" width="3" height="1"/>
|
||||
</g>
|
||||
<path d="M10.74,2C11.438,2.003 12,2.566 12,3.26L12,11.74C12,12.435 11.435,13 10.74,13L4.26,13C3.565,13 3,12.435 3,11.74L3,3.26C3,2.566 3.562,2.003 4.26,2L10.74,2ZM10,6C9.984,4.653 9.505,3.898 7.527,3.898C5.409,3.898 4.883,4.772 4.883,6C4.883,7.228 5.478,8.083 7.508,8.06C8.724,8.047 9,8.279 9,9C9,9.721 8.718,10 7.522,10C6.15,10 6.012,9.698 6,9L5,9C4.985,10.256 5.361,11.106 7.578,11.106C9.794,11.106 10.102,10.303 10.102,9C10.102,7.42 9.628,6.962 7.557,6.953C6.62,6.949 6.011,6.947 6,6C5.99,5.179 6.716,5 7.573,5C8.752,5 8.996,5.125 9,6L10,6Z" style="fill:rgb(57,57,57);"/>
|
||||
<g transform="matrix(-1,-0,0,1,24,-4)">
|
||||
<rect x="11" y="9" width="1" height="1" style="fill:rgb(108,108,108);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.842382,0,0,0.774249,-117.591,-64.2877)">
|
||||
<path d="M148.589,97.376C145.958,97.376 145.511,96.278 145.529,94.656L146.716,94.656C146.731,95.558 146.894,95.948 148.523,95.948C149.943,95.948 150.278,95.587 150.278,94.656C150.278,93.726 149.949,93.425 148.506,93.443C146.097,93.472 145.391,92.368 145.391,90.782C145.391,89.196 146.014,88.067 148.529,88.067C150.88,88.067 151.447,89.044 151.465,90.782L150.278,90.782C150.273,89.651 149.983,89.49 148.584,89.49C147.566,89.49 146.705,89.721 146.716,90.782C146.73,92.005 147.453,92.008 148.564,92.013C151.023,92.025 151.586,92.616 151.586,94.656C151.586,96.339 151.221,97.376 148.589,97.376Z" style="fill:rgb(196,196,196);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,24,0)">
|
||||
<rect x="11" y="7" width="1" height="1" style="fill:rgb(108,108,108);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,24,4)">
|
||||
<rect x="11" y="5" width="1" height="1" style="fill:rgb(108,108,108);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,6,-4)">
|
||||
<rect x="3" y="9" width="1" height="1" style="fill:rgb(108,108,108);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,6,0)">
|
||||
<rect x="3" y="7" width="1" height="1" style="fill:rgb(108,108,108);"/>
|
||||
</g>
|
||||
<g transform="matrix(-1,-0,0,1,6,4)">
|
||||
<rect x="3" y="5" width="1" height="1" style="fill:rgb(108,108,108);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://s2pxrk6f6ssd"
|
||||
path="res://.godot/imported/ObjectIcons_Soundbank_nor.svg-796bbceb1e94ab58af6adf7ad804244b.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Soundbank_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Soundbank_nor.svg-796bbceb1e94ab58af6adf7ad804244b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-40,-165)">
|
||||
<g transform="matrix(1,0,0,1,40,165)">
|
||||
<g id="ObjectIcons_StateGroup_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M4.346,6.008C4.123,5.554 4,5.041 4,4.5C4,2.568 5.568,1 7.5,1C9.432,1 11,2.568 11,4.5C11,5.041 10.877,5.554 10.654,6.008C12.514,6.084 14,7.62 14,9.5C14,11.432 12.432,13 10.5,13C9.225,13 8.108,12.317 7.5,11.295C6.892,12.317 5.775,13 4.5,13C2.568,13 1,11.432 1,9.5C1,7.62 2.486,6.084 4.346,6.008ZM7.183,9.48C7.183,10.923 5.991,12.092 4.52,12.092C3.05,12.092 1.858,10.923 1.858,9.48C1.858,8.037 3.05,6.867 4.52,6.867C5.991,6.867 7.183,8.037 7.183,9.48ZM13.183,9.48C13.183,10.923 11.991,12.092 10.52,12.092C9.05,12.092 7.858,10.923 7.858,9.48C7.858,8.037 9.05,6.867 10.52,6.867C11.991,6.867 13.183,8.037 13.183,9.48ZM4,11C5.414,11 5.96,10.345 5.96,9.48C5.96,8.613 5.414,8 4,8L4,11ZM10,11C11.414,11 11.96,10.345 11.96,9.48C11.96,8.613 11.414,8 10,8L10,11ZM10.183,4.48C10.183,5.923 8.991,7.092 7.52,7.092C6.05,7.092 4.858,5.923 4.858,4.48C4.858,3.037 6.05,1.867 7.52,1.867C8.991,1.867 10.183,3.037 10.183,4.48ZM7,6C8.414,6 8.96,5.345 8.96,4.48C8.96,3.613 8.414,3 7,3L7,6Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(1.06499,0,0,1.04499,6.98777,2.70325)">
|
||||
<path d="M0.011,3.155C1.339,3.155 1.852,2.528 1.852,1.7C1.852,0.871 1.339,0.284 0.011,0.284L0.011,3.155ZM3,1.7C3,3.081 1.881,4.2 0.5,4.2C-0.881,4.2 -2,3.081 -2,1.7C-2,0.319 -0.881,-0.8 0.5,-0.8C1.881,-0.8 3,0.319 3,1.7"/>
|
||||
</g>
|
||||
<g transform="matrix(1.06499,0,0,1.04499,6.12999,8.83599)">
|
||||
<path d="M-2,2.071C-0.672,2.071 -0.159,1.444 -0.159,0.616C-0.159,-0.213 -0.672,-0.8 -2,-0.8L-2,2.071ZM0.989,0.616C0.989,1.997 -0.13,3.116 -1.511,3.116C-2.892,3.116 -4.011,1.997 -4.011,0.616C-4.011,-0.765 -2.892,-1.884 -1.511,-1.884C-0.13,-1.884 0.989,-0.765 0.989,0.616"/>
|
||||
</g>
|
||||
<g transform="matrix(1.06499,0,0,1.04499,6.98777,2.70325)">
|
||||
<path d="M2.828,7.94C4.156,7.94 4.669,7.313 4.669,6.485C4.669,5.656 4.156,5.069 2.828,5.069L2.828,7.94ZM5.817,6.485C5.817,7.866 4.698,8.985 3.317,8.985C1.936,8.985 0.817,7.866 0.817,6.485C0.817,5.104 1.936,3.985 3.317,3.985C4.698,3.985 5.817,5.104 5.817,6.485"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d27cddanrep66"
|
||||
path="res://.godot/imported/ObjectIcons_StateGroup_nor.svg-c8ef0ca6d57bcab049206a3d9da4f6d9.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_StateGroup_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_StateGroup_nor.svg-c8ef0ca6d57bcab049206a3d9da4f6d9.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-60,-165)">
|
||||
<g transform="matrix(1,0,0,1,60,165)">
|
||||
<g id="ObjectIcons_State_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M7.5,1C11.087,1 14,3.913 14,7.5C14,11.087 11.087,14 7.5,14C3.913,14 1,11.087 1,7.5C1,3.913 3.913,1 7.5,1ZM13,7.5C13,10.538 10.537,13 7.5,13C4.463,13 2,10.538 2,7.5C2,4.462 4.463,2 7.5,2C10.537,2 13,4.462 13,7.5ZM7,11C9.709,11 11.175,9.709 11.175,7.5C11.175,5.291 9.709,4 7,4L7,11Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(1,0,0,1,7,3.5)">
|
||||
<path d="M0,7.5C2.709,7.5 4.175,6.209 4.175,4C4.175,1.791 2.709,0.5 0,0.5L0,7.5ZM6,4C6,7.038 3.537,9.5 0.5,9.5C-2.537,9.5 -5,7.038 -5,4C-5,0.962 -2.537,-1.5 0.5,-1.5C3.537,-1.5 6,0.962 6,4" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cu2xbsru7me71"
|
||||
path="res://.godot/imported/ObjectIcons_State_nor.svg-1f5a9598d12902c22538376801d81ae7.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_State_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_State_nor.svg-1f5a9598d12902c22538376801d81ae7.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-80,-165)">
|
||||
<g transform="matrix(1,0,0,1,80,165)">
|
||||
<g id="ObjectIcons_SwitchGroup_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-80,-105)">
|
||||
<path d="M84.65,106C85.395,106 86,106.605 86,107.35L86,117.65C86,118.395 85.395,119 84.65,119L84.35,119C83.605,119 83,118.395 83,117.65L83,107.35C83,106.605 83.605,106 84.35,106L84.65,106ZM85,107L84,107L84,118L85,118L85,107Z" style="fill:rgb(196,196,196);"/>
|
||||
</g>
|
||||
<path d="M6.558,5.5C6.214,5.173 6,4.711 6,4.2L6,2.8C6,1.807 6.807,1 7.8,1L9.2,1C10.193,1 11,1.807 11,2.8L11,4.2C11,4.711 10.786,5.173 10.442,5.5C10.786,5.827 11,6.289 11,6.8L11,8.2C11,8.711 10.786,9.173 10.442,9.5C10.786,9.827 11,10.289 11,10.8L11,12.2C11,13.192 10.196,13.998 9.2,14L7.8,14C6.807,14 6,13.193 6,12.2L6,10.8C6,10.289 6.214,9.827 6.558,9.5C6.214,9.173 6,8.711 6,8.2L6,6.8C6,6.289 6.214,5.827 6.558,5.5ZM10,10L9.2,10C9.2,10 7.8,10 7.8,10C7.8,10 7,10 7,10L7,13L10,13L10,10ZM7.8,6L7,6L7,9L10,9L10,6L9.2,6L7.8,6ZM10,2L7,2L7,5L10,5L10,2Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(1,0,0,1,-3,-8)">
|
||||
<rect x="10" y="10" width="3" height="3" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-3,-4)">
|
||||
<rect x="10" y="10" width="3" height="3" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-3,-1.42109e-13)">
|
||||
<rect x="10" y="10" width="3" height="3" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(6.12323e-17,-1,1,5.72119e-18,2,7)">
|
||||
<rect x="-6" y="2" width="11" height="1" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cxgdoybdvy0da"
|
||||
path="res://.godot/imported/ObjectIcons_SwitchGroup_nor.svg-cc099070651cd335d07d34a137ddd578.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_SwitchGroup_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_SwitchGroup_nor.svg-cc099070651cd335d07d34a137ddd578.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-100,-165)">
|
||||
<g transform="matrix(1,0,0,1,100,165)">
|
||||
<g id="ObjectIcons_Switch_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M4.2,13L3.8,13C2.807,13 2,12.193 2,11.2L2,3.8C2,2.808 2.805,2.002 3.8,2L4.2,2L4.384,2.009L4.5,2.027L4.616,2.009L4.8,2L10.2,2L10.384,2.009L10.5,2.027L10.616,2.009L10.8,2L11.2,2C12.195,2.002 13,2.808 13,3.8L13,11.2C13,12.191 12.197,12.996 11.2,13L10.8,13C10.698,13 10.597,12.991 10.5,12.973L10.384,12.991L10.2,13L4.8,13C4.698,13 4.597,12.991 4.5,12.973L4.384,12.991L4.2,13ZM12,12L12,3L3,3L3,12L12,12ZM10,5L10,10L5,10L5,5L10,5ZM9,6L6,6L6,9L9,9L9,6Z" style="fill:rgb(196,196,196);"/>
|
||||
<path d="M10,5L5,5L5,10L10,10L10,5ZM12,12L3,12L3,3L12,3L12,12Z" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://vrflsso4x3es"
|
||||
path="res://.godot/imported/ObjectIcons_Switch_nor.svg-55e8f76b0f69fe24bc6e4aabe97d3a59.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Switch_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Switch_nor.svg-55e8f76b0f69fe24bc6e4aabe97d3a59.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-120,-165)">
|
||||
<g transform="matrix(1,0,0,1,120,165)">
|
||||
<g id="ObjectIcons_Trigger_nor">
|
||||
<g id="Icons">
|
||||
<g transform="matrix(1,0,0,1,-40,-25)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M3.65,7L3.35,7C2.605,7 2,6.395 2,5.65L2,2.35C2,1.606 2.604,1.001 3.35,1L3.65,1C4.275,1.001 4.799,1.425 4.952,2L10.048,2C10.201,1.425 10.725,1.001 11.35,1L11.65,1C12.396,1.001 13,1.606 13,2.35L13,5.65C13,6.394 12.397,6.998 11.65,7L11.35,7C10.726,7 10.201,6.576 10.048,6L9,6L9,10L12.56,10C13.356,10.001 14,10.646 14,11.44L14,12.56C14,13.354 13.355,14 12.56,14L2.44,14C1.645,14 1,13.355 1,12.56L1,11.44C1,10.646 1.644,10.001 2.44,10L6,10L6,6L4.952,6C4.799,6.575 4.276,6.998 3.65,7ZM13,11L2,11L2,13L13,13L13,11ZM8,5L8,4L7,4L7,10L8,10L8,5ZM4,3L4,2L3,2L3,6L4,6L4,4L11,4L11,6L12,6L12,2L11,2L11,3L4,3Z" style="fill:rgb(196,196,196);"/>
|
||||
<g transform="matrix(1,0,0,1,-140,-105)">
|
||||
<rect x="143" y="107" width="1" height="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-132,-105)">
|
||||
<rect x="143" y="107" width="1" height="4"/>
|
||||
</g>
|
||||
<g transform="matrix(7,0,0,0.25,-997,-23.75)">
|
||||
<rect x="143" y="107" width="1" height="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1.25,-136,-128.75)">
|
||||
<rect x="143" y="107" width="1" height="4"/>
|
||||
</g>
|
||||
<g transform="matrix(11,0,-1.56319e-13,0.5,-1571,-42.5)">
|
||||
<rect x="143" y="107" width="1" height="4" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,1.12712e-18,-1.54516e-17,0.333333,2,0.666667)">
|
||||
<rect x="2" y="10" width="3" height="3" style="fill:rgb(149,149,149);"/>
|
||||
</g>
|
||||
<g transform="matrix(1,1.12712e-18,-1.54516e-17,0.333333,6,0.666667)">
|
||||
<rect x="2" y="10" width="3" height="3" style="fill:rgb(149,149,149);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.333333,3.75706e-19,-1.54516e-17,0.333333,6.33333,0.666667)">
|
||||
<rect x="2" y="10" width="3" height="3" style="fill:rgb(57,57,57);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dtfl5yc3ifcg"
|
||||
path="res://.godot/imported/ObjectIcons_Trigger_nor.svg-ada28e52c5af95bcbe52c14aaff9cab6.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Trigger_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Trigger_nor.svg-ada28e52c5af95bcbe52c14aaff9cab6.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<g transform="matrix(1,0,0,1,-60,-85)">
|
||||
<g id="ObjectIcons_Workunit_nor" transform="matrix(1,0,0,1,-160,-40)">
|
||||
<g transform="matrix(1,0,0,1,180,100)">
|
||||
<g id="Base-Block" serif:id="Base Block">
|
||||
<path d="M55,27.1C55,25.941 54.059,25 52.9,25L42.1,25C40.941,25 40,25.941 40,27.1L40,37.9C40,39.059 40.941,40 42.1,40L52.9,40C54.059,40 55,39.059 55,37.9L55,27.1Z" style="fill-opacity:0;"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M227.5,125.735L221,128.926L221,136.062L227.5,139.63L234,136.062L234,128.926L227.5,125.735ZM227.5,126.817L222,129.5L222,135.5L227.5,138.5L233,135.5L233,129.5L227.5,126.817Z" style="fill:rgb(196,196,196);"/>
|
||||
<path d="M227.5,126.817L222,129.5L222,135.5L227.5,138.5L233,135.5L233,129.5L227.5,126.817ZM226,130L224,130L224,132.553C223.97,134.358 225.313,136.008 227.54,136C229.778,135.992 231.013,134.238 231,132.856L231,130L229,130L229,132.769C229.003,133.482 228.282,133.997 227.527,134C226.762,134.001 225.996,133.509 226,132.683L226,130Z" style="fill:rgb(57,57,57);"/>
|
||||
<g transform="matrix(1,0,0,1,60,20)">
|
||||
<path d="M166,110L164,110L164,112.553C163.97,114.358 165.313,116.008 167.54,116C169.778,115.992 171.013,114.238 171,112.856L171,110L169,110L169,112.769C169.003,113.482 168.282,113.997 167.527,114C166.762,114.001 165.996,113.509 166,112.683L166,110Z" style="fill:rgb(196,196,196);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://1ppa1u07vyoo"
|
||||
path="res://.godot/imported/ObjectIcons_Workunit_nor.svg-509429feadada8dfe7d461a152244d7e.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/Wwise/editor/theme/light/images/ObjectIcons_Workunit_nor.svg"
|
||||
dest_files=["res://.godot/imported/ObjectIcons_Workunit_nor.svg-509429feadada8dfe7d461a152244d7e.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=true
|
||||
editor/convert_colors_with_editor_theme=false
|
||||