Drone as CharacterBody3D

This commit is contained in:
Gary Steven Keough 2025-02-02 14:01:03 -05:00
parent 5f6012696b
commit 1550f57f5d
207 changed files with 4397 additions and 471 deletions

13
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/.idea.ya-mothers-flying-simulator.iml
/modules.xml
/projectSettingsUpdater.xml
/contentModel.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

8
.idea/indexLayout.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="UnusedClass" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
</component>

View File

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="GdSdk Master" type="GdScript">
<properties path="C:\Users\wisen\AppData\Local\JetBrains\Rider2024.3\projects\ya-mothers-flying-simulator.fa7883da\sdk\GdSdk Master" version="Master" date="2024-06-01T15:14:16.000+02:00" />
<CLASSES />
<JAVADOC />
<SOURCES>
<root url="file://$USER_HOME$/AppData/Local/JetBrains/Rider2024.3/projects/ya-mothers-flying-simulator.fa7883da/sdk/GdSdk Master" />
</SOURCES>
</library>
</component>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

2
Folder.DotSettings.user Normal file
View File

@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/PencilsConfiguration/ActualSeverity/@EntryValue">INFO</s:String></wpf:ResourceDictionary>

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2qrve7v33f01"
path.s3tc="res://.godot/imported/texture_black (1).png-855172f43b015e0d485345e27a792961.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (1).png"
dest_files=["res://.godot/imported/texture_black (1).png-855172f43b015e0d485345e27a792961.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://db1ylo8mw3y30"
path="res://.godot/imported/texture_black (10).png-4239f3a7fcea683b0a7b4e428870a018.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (10).png"
dest_files=["res://.godot/imported/texture_black (10).png-4239f3a7fcea683b0a7b4e428870a018.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dohrqenqjanpr"
path="res://.godot/imported/texture_black (11).png-d039ac7206ad3fb8f8579e504061e2d2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (11).png"
dest_files=["res://.godot/imported/texture_black (11).png-d039ac7206ad3fb8f8579e504061e2d2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://celj0mhv4loq0"
path="res://.godot/imported/texture_black (12).png-a9c6820245718a83e8ef0ac63c2565a5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (12).png"
dest_files=["res://.godot/imported/texture_black (12).png-a9c6820245718a83e8ef0ac63c2565a5.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cg2lrx5m380u6"
path="res://.godot/imported/texture_black (13).png-beb5365cc34916594d734f3d54af5532.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (13).png"
dest_files=["res://.godot/imported/texture_black (13).png-beb5365cc34916594d734f3d54af5532.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d0uy5u5jkao6d"
path="res://.godot/imported/texture_black (2).png-8af598614ee10ec32f392f8b606adf55.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (2).png"
dest_files=["res://.godot/imported/texture_black (2).png-8af598614ee10ec32f392f8b606adf55.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://disig3tpcoux0"
path="res://.godot/imported/texture_black (3).png-0bd7a685e0ab3a7b3d5e4cefaa9e3721.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (3).png"
dest_files=["res://.godot/imported/texture_black (3).png-0bd7a685e0ab3a7b3d5e4cefaa9e3721.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://csekj2j5lj0g8"
path="res://.godot/imported/texture_black (4).png-7314d5ce264df51996bfa843aeaaf4e7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (4).png"
dest_files=["res://.godot/imported/texture_black (4).png-7314d5ce264df51996bfa843aeaaf4e7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://88uumd652q52"
path="res://.godot/imported/texture_black (5).png-632264b941afe3ead1cfe7bcb193f61b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (5).png"
dest_files=["res://.godot/imported/texture_black (5).png-632264b941afe3ead1cfe7bcb193f61b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bhot7lpyaie16"
path.s3tc="res://.godot/imported/texture_black (6).png-1a04df1a0458a9d18ea6c29730bd0076.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (6).png"
dest_files=["res://.godot/imported/texture_black (6).png-1a04df1a0458a9d18ea6c29730bd0076.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://qbn2lsddorgb"
path.s3tc="res://.godot/imported/texture_black (7).png-4cda04cb0222e9afa08357618e52353c.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (7).png"
dest_files=["res://.godot/imported/texture_black (7).png-4cda04cb0222e9afa08357618e52353c.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bqvg0k6jay2b"
path="res://.godot/imported/texture_black (8).png-107e09198638abf69bc18181d6c610fb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (8).png"
dest_files=["res://.godot/imported/texture_black (8).png-107e09198638abf69bc18181d6c610fb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dvcbbqur8mh6o"
path="res://.godot/imported/texture_black (9).png-e79afb7228f151ed78c96a6925b1c0bd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Dark/texture_black (9).png"
dest_files=["res://.godot/imported/texture_black (9).png-e79afb7228f151ed78c96a6925b1c0bd.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c48mbgcx11vja"
path="res://.godot/imported/texture_green (1).png-dac256e598af0f293c488475a760d4c1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (1).png"
dest_files=["res://.godot/imported/texture_green (1).png-dac256e598af0f293c488475a760d4c1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jyd6hp3jfcil"
path="res://.godot/imported/texture_green (10).png-a213951d0124f1c20d447e4424f9ee6a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (10).png"
dest_files=["res://.godot/imported/texture_green (10).png-a213951d0124f1c20d447e4424f9ee6a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://chw58p56ybhvu"
path="res://.godot/imported/texture_green (11).png-309937be3fe969c4d591cab0c42bc2d3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (11).png"
dest_files=["res://.godot/imported/texture_green (11).png-309937be3fe969c4d591cab0c42bc2d3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cx1km4k3jptb7"
path="res://.godot/imported/texture_green (12).png-009de142341ba8b83fbaea0b779f11f6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (12).png"
dest_files=["res://.godot/imported/texture_green (12).png-009de142341ba8b83fbaea0b779f11f6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxxh5ixh07agq"
path="res://.godot/imported/texture_green (13).png-49de3b334013b718d8d97cad1a71e8fa.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (13).png"
dest_files=["res://.godot/imported/texture_green (13).png-49de3b334013b718d8d97cad1a71e8fa.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7kr6ubgyx15c"
path="res://.godot/imported/texture_green (2).png-e4b729af44c37df41e6caf7749ebf5b8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (2).png"
dest_files=["res://.godot/imported/texture_green (2).png-e4b729af44c37df41e6caf7749ebf5b8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://e4y0bvtfu353"
path="res://.godot/imported/texture_green (3).png-12d435ef94a0e16a1df222d2c6894c7c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (3).png"
dest_files=["res://.godot/imported/texture_green (3).png-12d435ef94a0e16a1df222d2c6894c7c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bf0b4hq670f77"
path="res://.godot/imported/texture_green (4).png-75c3915f7679ea9cbd899a1808ac7ffb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (4).png"
dest_files=["res://.godot/imported/texture_green (4).png-75c3915f7679ea9cbd899a1808ac7ffb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ctb7looipitof"
path="res://.godot/imported/texture_green (5).png-080c079bc1440706588e0d5c5f8b0586.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (5).png"
dest_files=["res://.godot/imported/texture_green (5).png-080c079bc1440706588e0d5c5f8b0586.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://du51tte6sg2ws"
path="res://.godot/imported/texture_green (6).png-137a1743e899a72a36e321040ad41c5a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (6).png"
dest_files=["res://.godot/imported/texture_green (6).png-137a1743e899a72a36e321040ad41c5a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxnj5lgl2hg0s"
path="res://.godot/imported/texture_green (7).png-38838f4b59978be1e9ee043f479719bb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (7).png"
dest_files=["res://.godot/imported/texture_green (7).png-38838f4b59978be1e9ee043f479719bb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cqe201cgkdvk"
path="res://.godot/imported/texture_green (8).png-2d490511cbf2dc2526779d7eea079596.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (8).png"
dest_files=["res://.godot/imported/texture_green (8).png-2d490511cbf2dc2526779d7eea079596.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bw6dacep2lg7b"
path="res://.godot/imported/texture_green (9).png-96e6089e6000a6809900e04e247fc770.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Green/texture_green (9).png"
dest_files=["res://.godot/imported/texture_green (9).png-96e6089e6000a6809900e04e247fc770.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jhqui4hehtyc"
path="res://.godot/imported/texture_white (1).png-39e61871e7c83594c1d029dee23b8461.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (1).png"
dest_files=["res://.godot/imported/texture_white (1).png-39e61871e7c83594c1d029dee23b8461.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dbua67vir4qiw"
path="res://.godot/imported/texture_white (10).png-9a3a17367fe5368443d3786a54e75fdb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (10).png"
dest_files=["res://.godot/imported/texture_white (10).png-9a3a17367fe5368443d3786a54e75fdb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cccbmojq13kwn"
path="res://.godot/imported/texture_white (11).png-772af715e16f13093f4240d102acbd06.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (11).png"
dest_files=["res://.godot/imported/texture_white (11).png-772af715e16f13093f4240d102acbd06.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d3mmx8oaamyn2"
path="res://.godot/imported/texture_white (12).png-dc335e5d6b6ebdfbd70608d98129f458.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (12).png"
dest_files=["res://.godot/imported/texture_white (12).png-dc335e5d6b6ebdfbd70608d98129f458.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cdip2gmsye2na"
path="res://.godot/imported/texture_white (13).png-720625ad3833425fb37834958218f87f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (13).png"
dest_files=["res://.godot/imported/texture_white (13).png-720625ad3833425fb37834958218f87f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://g4bx03oj0wri"
path="res://.godot/imported/texture_white (2).png-2ddce25cc12803236d63109eedd5d368.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (2).png"
dest_files=["res://.godot/imported/texture_white (2).png-2ddce25cc12803236d63109eedd5d368.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dcs8b0mnpprgl"
path="res://.godot/imported/texture_white (3).png-18b668c75bb831d674a7b4e021bf6ae4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (3).png"
dest_files=["res://.godot/imported/texture_white (3).png-18b668c75bb831d674a7b4e021bf6ae4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dfh64u2nc2pfs"
path="res://.godot/imported/texture_white (4).png-595b52b28078919e16def514cbc1b5ad.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (4).png"
dest_files=["res://.godot/imported/texture_white (4).png-595b52b28078919e16def514cbc1b5ad.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b15oargc8bg8k"
path="res://.godot/imported/texture_white (5).png-e437eeedb57eea003a07fc8f0cf5cfb9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (5).png"
dest_files=["res://.godot/imported/texture_white (5).png-e437eeedb57eea003a07fc8f0cf5cfb9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cosk1lg5og418"
path="res://.godot/imported/texture_white (6).png-3bedd8422cd5d617741fd39512012073.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (6).png"
dest_files=["res://.godot/imported/texture_white (6).png-3bedd8422cd5d617741fd39512012073.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxjthrwfal6fe"
path="res://.godot/imported/texture_white (7).png-73074297eb8148a91c8bd3940a6ba0e5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (7).png"
dest_files=["res://.godot/imported/texture_white (7).png-73074297eb8148a91c8bd3940a6ba0e5.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dia757cg6rlnn"
path="res://.godot/imported/texture_white (8).png-50c3977e2f7080c1939f05121e56c2ab.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (8).png"
dest_files=["res://.godot/imported/texture_white (8).png-50c3977e2f7080c1939f05121e56c2ab.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b8om3vs4062e8"
path="res://.godot/imported/texture_white (9).png-d34f4da0d7b5ff165da14edbcf8a17d9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Light/texture_white (9).png"
dest_files=["res://.godot/imported/texture_white (9).png-d34f4da0d7b5ff165da14edbcf8a17d9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bajj5dlpf7vu1"
path="res://.godot/imported/texture_orange (1).png-eb1954033c6e1955d59f1294cc90e546.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (1).png"
dest_files=["res://.godot/imported/texture_orange (1).png-eb1954033c6e1955d59f1294cc90e546.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dre3jlsyc2fi4"
path="res://.godot/imported/texture_orange (10).png-486518841be62ded51ddc175cb1bb3f4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (10).png"
dest_files=["res://.godot/imported/texture_orange (10).png-486518841be62ded51ddc175cb1bb3f4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://v86dl62njgug"
path="res://.godot/imported/texture_orange (11).png-3997658cc369c8ba2ea4adb927f0954b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (11).png"
dest_files=["res://.godot/imported/texture_orange (11).png-3997658cc369c8ba2ea4adb927f0954b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bam4aftinik2k"
path="res://.godot/imported/texture_orange (12).png-d7bc936f45f9e354c223d9f892aa331c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (12).png"
dest_files=["res://.godot/imported/texture_orange (12).png-d7bc936f45f9e354c223d9f892aa331c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cj8e4dq524eb1"
path="res://.godot/imported/texture_orange (13).png-aaefbd21de8958aaace7ca5055ee42ad.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (13).png"
dest_files=["res://.godot/imported/texture_orange (13).png-aaefbd21de8958aaace7ca5055ee42ad.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dm0lpx5mnynwm"
path="res://.godot/imported/texture_orange (2).png-358af74e63b55ca207eea1f3d8e0ca11.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (2).png"
dest_files=["res://.godot/imported/texture_orange (2).png-358af74e63b55ca207eea1f3d8e0ca11.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://80fk72jnay63"
path="res://.godot/imported/texture_orange (3).png-4d668632159a584d90d7bf324aad0689.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (3).png"
dest_files=["res://.godot/imported/texture_orange (3).png-4d668632159a584d90d7bf324aad0689.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://hbigy0qulwnr"
path="res://.godot/imported/texture_orange (4).png-db48adedbc36c7bfce771b947daeaf06.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/Kenny's Prototype Textures PNG/Orange/texture_orange (4).png"
dest_files=["res://.godot/imported/texture_orange (4).png-db48adedbc36c7bfce771b947daeaf06.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Some files were not shown because too many files have changed in this diff Show More