Update settings for MacOS export

This commit is contained in:
Sofia 2026-08-08 17:35:57 +03:00
parent 76b5081f84
commit 5c5619b81b
62 changed files with 445 additions and 122 deletions

View File

@ -8,7 +8,7 @@ linux.debug.x86_64 = "res://../target/debug/libskullball.so"
linux.release.x86_64 = "res://../target/release/libskullball.so" linux.release.x86_64 = "res://../target/release/libskullball.so"
windows.debug.x86_64 = "res://../target/x86_64-pc-windows-gnu/debug/skullball.dll" windows.debug.x86_64 = "res://../target/x86_64-pc-windows-gnu/debug/skullball.dll"
windows.release.x86_64 = "res://../target/x86_64-pc-windows-gnu/release/skullball.dll" windows.release.x86_64 = "res://../target/x86_64-pc-windows-gnu/release/skullball.dll"
macos.debug = "res://../target/debug/libskullball.dylib" macos.debug = "res://../target/x86_64-apple-darwin/debug/libskullball.dylib"
macos.release = "res://../target/release/libskullball.dylib" macos.release = "res://../target/x86_64-apple-darwin/release/libskullball.dylib"
macos.debug.arm64 = "res://../target/debug/libskullball.dylib" macos.debug.arm64 = "res://../target/aarch64-apple-darwin/debug/libskullball.dylib"
macos.release.arm64 = "res://../target/release/libskullball.dylib" macos.release.arm64 = "res://../target/aarch64-apple-darwin/release/libskullball.dylib"

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://c7epv5p0qau02" uid="uid://c7epv5p0qau02"
path.s3tc="res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.s3tc.ctex" path.s3tc="res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.s3tc.ctex"
path.etc2="res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://assets/Gear.png" source_file="res://assets/Gear.png"
dest_files=["res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.s3tc.ctex"] dest_files=["res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.s3tc.ctex", "res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dawgsqbcveewg" uid="uid://dawgsqbcveewg"
path.s3tc="res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.s3tc.ctex" path.s3tc="res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.s3tc.ctex"
path.etc2="res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://assets/particle.png" source_file="res://assets/particle.png"
dest_files=["res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.s3tc.ctex"] dest_files=["res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.s3tc.ctex", "res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.etc2.ctex"]
[params] [params]

View File

@ -2,6 +2,7 @@
"Windows Desktop"="Windows Desktop" "Windows Desktop"="Windows Desktop"
Linux="Linux" Linux="Linux"
macOS="macOS"
[preset.0] [preset.0]
@ -125,3 +126,265 @@ rm -rf \"{temp_dir}\""
dotnet/include_scripts_content=false dotnet/include_scripts_content=false
dotnet/include_debug_symbols=true dotnet/include_debug_symbols=true
dotnet/embed_build_outputs=false dotnet/embed_build_outputs=false
[preset.2]
name="macOS"
platform="macOS"
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../dist/macos/skullball"
patches=PackedStringArray()
patch_delta_encoding=false
patch_delta_compression_level_zstd=19
patch_delta_min_reduction=0.1
patch_delta_include_filters="*"
patch_delta_exclude_filters=""
encryption_include_filters=""
encryption_exclude_filters=""
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.2.options]
export/distribution_type=1
binary_format/architecture="universal"
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
application/liquid_glass_icon=""
application/icon="uid://b26rpdahv4qel"
application/icon_interpolation=4
application/bundle_identifier="net.teascade.skullball"
application/signature=""
application/app_category="Games"
application/short_version=""
application/version=""
application/copyright="Teascade"
application/copyright_localized={}
application/min_macos_version_x86_64="10.12"
application/min_macos_version_arm64="11.00"
application/export_angle=0
display/high_res=true
shader_baker/enabled=false
application/additional_plist_content=""
xcode/platform_build="14C18"
xcode/sdk_version="13.1"
xcode/sdk_build="22C55"
xcode/sdk_name="macosx13.1"
xcode/xcode_version="1420"
xcode/xcode_build="14C18"
codesign/codesign=1
codesign/installer_identity=""
codesign/apple_team_id=""
codesign/identity=""
codesign/entitlements/custom_file=""
codesign/entitlements/allow_jit_code_execution=false
codesign/entitlements/allow_unsigned_executable_memory=false
codesign/entitlements/allow_dyld_environment_variables=false
codesign/entitlements/disable_library_validation=false
codesign/entitlements/audio_input=false
codesign/entitlements/camera=false
codesign/entitlements/location=false
codesign/entitlements/address_book=false
codesign/entitlements/calendars=false
codesign/entitlements/photos_library=false
codesign/entitlements/apple_events=false
codesign/entitlements/debugging=false
codesign/entitlements/app_sandbox/enabled=false
codesign/entitlements/app_sandbox/network_server=false
codesign/entitlements/app_sandbox/network_client=false
codesign/entitlements/app_sandbox/device_usb=false
codesign/entitlements/app_sandbox/device_bluetooth=false
codesign/entitlements/app_sandbox/files_downloads=0
codesign/entitlements/app_sandbox/files_pictures=0
codesign/entitlements/app_sandbox/files_music=0
codesign/entitlements/app_sandbox/files_movies=0
codesign/entitlements/app_sandbox/files_user_selected=0
codesign/entitlements/app_sandbox/helper_executables=[]
codesign/entitlements/additional=""
codesign/custom_options=PackedStringArray()
notarization/notarization=0
privacy/microphone_usage_description=""
privacy/microphone_usage_description_localized={}
privacy/camera_usage_description=""
privacy/camera_usage_description_localized={}
privacy/location_usage_description=""
privacy/location_usage_description_localized={}
privacy/address_book_usage_description=""
privacy/address_book_usage_description_localized={}
privacy/calendar_usage_description=""
privacy/calendar_usage_description_localized={}
privacy/photos_library_usage_description=""
privacy/photos_library_usage_description_localized={}
privacy/desktop_folder_usage_description=""
privacy/desktop_folder_usage_description_localized={}
privacy/documents_folder_usage_description=""
privacy/documents_folder_usage_description_localized={}
privacy/downloads_folder_usage_description=""
privacy/downloads_folder_usage_description_localized={}
privacy/network_volumes_usage_description=""
privacy/network_volumes_usage_description_localized={}
privacy/removable_volumes_usage_description=""
privacy/removable_volumes_usage_description_localized={}
privacy/tracking_enabled=false
privacy/tracking_domains=PackedStringArray()
privacy/collected_data/name/collected=false
privacy/collected_data/name/linked_to_user=false
privacy/collected_data/name/used_for_tracking=false
privacy/collected_data/name/collection_purposes=0
privacy/collected_data/email_address/collected=false
privacy/collected_data/email_address/linked_to_user=false
privacy/collected_data/email_address/used_for_tracking=false
privacy/collected_data/email_address/collection_purposes=0
privacy/collected_data/phone_number/collected=false
privacy/collected_data/phone_number/linked_to_user=false
privacy/collected_data/phone_number/used_for_tracking=false
privacy/collected_data/phone_number/collection_purposes=0
privacy/collected_data/physical_address/collected=false
privacy/collected_data/physical_address/linked_to_user=false
privacy/collected_data/physical_address/used_for_tracking=false
privacy/collected_data/physical_address/collection_purposes=0
privacy/collected_data/other_contact_info/collected=false
privacy/collected_data/other_contact_info/linked_to_user=false
privacy/collected_data/other_contact_info/used_for_tracking=false
privacy/collected_data/other_contact_info/collection_purposes=0
privacy/collected_data/health/collected=false
privacy/collected_data/health/linked_to_user=false
privacy/collected_data/health/used_for_tracking=false
privacy/collected_data/health/collection_purposes=0
privacy/collected_data/fitness/collected=false
privacy/collected_data/fitness/linked_to_user=false
privacy/collected_data/fitness/used_for_tracking=false
privacy/collected_data/fitness/collection_purposes=0
privacy/collected_data/payment_info/collected=false
privacy/collected_data/payment_info/linked_to_user=false
privacy/collected_data/payment_info/used_for_tracking=false
privacy/collected_data/payment_info/collection_purposes=0
privacy/collected_data/credit_info/collected=false
privacy/collected_data/credit_info/linked_to_user=false
privacy/collected_data/credit_info/used_for_tracking=false
privacy/collected_data/credit_info/collection_purposes=0
privacy/collected_data/other_financial_info/collected=false
privacy/collected_data/other_financial_info/linked_to_user=false
privacy/collected_data/other_financial_info/used_for_tracking=false
privacy/collected_data/other_financial_info/collection_purposes=0
privacy/collected_data/precise_location/collected=false
privacy/collected_data/precise_location/linked_to_user=false
privacy/collected_data/precise_location/used_for_tracking=false
privacy/collected_data/precise_location/collection_purposes=0
privacy/collected_data/coarse_location/collected=false
privacy/collected_data/coarse_location/linked_to_user=false
privacy/collected_data/coarse_location/used_for_tracking=false
privacy/collected_data/coarse_location/collection_purposes=0
privacy/collected_data/sensitive_info/collected=false
privacy/collected_data/sensitive_info/linked_to_user=false
privacy/collected_data/sensitive_info/used_for_tracking=false
privacy/collected_data/sensitive_info/collection_purposes=0
privacy/collected_data/contacts/collected=false
privacy/collected_data/contacts/linked_to_user=false
privacy/collected_data/contacts/used_for_tracking=false
privacy/collected_data/contacts/collection_purposes=0
privacy/collected_data/emails_or_text_messages/collected=false
privacy/collected_data/emails_or_text_messages/linked_to_user=false
privacy/collected_data/emails_or_text_messages/used_for_tracking=false
privacy/collected_data/emails_or_text_messages/collection_purposes=0
privacy/collected_data/photos_or_videos/collected=false
privacy/collected_data/photos_or_videos/linked_to_user=false
privacy/collected_data/photos_or_videos/used_for_tracking=false
privacy/collected_data/photos_or_videos/collection_purposes=0
privacy/collected_data/audio_data/collected=false
privacy/collected_data/audio_data/linked_to_user=false
privacy/collected_data/audio_data/used_for_tracking=false
privacy/collected_data/audio_data/collection_purposes=0
privacy/collected_data/gameplay_content/collected=false
privacy/collected_data/gameplay_content/linked_to_user=false
privacy/collected_data/gameplay_content/used_for_tracking=false
privacy/collected_data/gameplay_content/collection_purposes=0
privacy/collected_data/customer_support/collected=false
privacy/collected_data/customer_support/linked_to_user=false
privacy/collected_data/customer_support/used_for_tracking=false
privacy/collected_data/customer_support/collection_purposes=0
privacy/collected_data/other_user_content/collected=false
privacy/collected_data/other_user_content/linked_to_user=false
privacy/collected_data/other_user_content/used_for_tracking=false
privacy/collected_data/other_user_content/collection_purposes=0
privacy/collected_data/browsing_history/collected=false
privacy/collected_data/browsing_history/linked_to_user=false
privacy/collected_data/browsing_history/used_for_tracking=false
privacy/collected_data/browsing_history/collection_purposes=0
privacy/collected_data/search_history/collected=false
privacy/collected_data/search_history/linked_to_user=false
privacy/collected_data/search_history/used_for_tracking=false
privacy/collected_data/search_history/collection_purposes=0
privacy/collected_data/user_id/collected=false
privacy/collected_data/user_id/linked_to_user=false
privacy/collected_data/user_id/used_for_tracking=false
privacy/collected_data/user_id/collection_purposes=0
privacy/collected_data/device_id/collected=false
privacy/collected_data/device_id/linked_to_user=false
privacy/collected_data/device_id/used_for_tracking=false
privacy/collected_data/device_id/collection_purposes=0
privacy/collected_data/purchase_history/collected=false
privacy/collected_data/purchase_history/linked_to_user=false
privacy/collected_data/purchase_history/used_for_tracking=false
privacy/collected_data/purchase_history/collection_purposes=0
privacy/collected_data/product_interaction/collected=false
privacy/collected_data/product_interaction/linked_to_user=false
privacy/collected_data/product_interaction/used_for_tracking=false
privacy/collected_data/product_interaction/collection_purposes=0
privacy/collected_data/advertising_data/collected=false
privacy/collected_data/advertising_data/linked_to_user=false
privacy/collected_data/advertising_data/used_for_tracking=false
privacy/collected_data/advertising_data/collection_purposes=0
privacy/collected_data/other_usage_data/collected=false
privacy/collected_data/other_usage_data/linked_to_user=false
privacy/collected_data/other_usage_data/used_for_tracking=false
privacy/collected_data/other_usage_data/collection_purposes=0
privacy/collected_data/crash_data/collected=false
privacy/collected_data/crash_data/linked_to_user=false
privacy/collected_data/crash_data/used_for_tracking=false
privacy/collected_data/crash_data/collection_purposes=0
privacy/collected_data/performance_data/collected=false
privacy/collected_data/performance_data/linked_to_user=false
privacy/collected_data/performance_data/used_for_tracking=false
privacy/collected_data/performance_data/collection_purposes=0
privacy/collected_data/other_diagnostic_data/collected=false
privacy/collected_data/other_diagnostic_data/linked_to_user=false
privacy/collected_data/other_diagnostic_data/used_for_tracking=false
privacy/collected_data/other_diagnostic_data/collection_purposes=0
privacy/collected_data/environment_scanning/collected=false
privacy/collected_data/environment_scanning/linked_to_user=false
privacy/collected_data/environment_scanning/used_for_tracking=false
privacy/collected_data/environment_scanning/collection_purposes=0
privacy/collected_data/hands/collected=false
privacy/collected_data/hands/linked_to_user=false
privacy/collected_data/hands/used_for_tracking=false
privacy/collected_data/hands/collection_purposes=0
privacy/collected_data/head/collected=false
privacy/collected_data/head/linked_to_user=false
privacy/collected_data/head/used_for_tracking=false
privacy/collected_data/head/collection_purposes=0
privacy/collected_data/other_data_types/collected=false
privacy/collected_data/other_data_types/linked_to_user=false
privacy/collected_data/other_data_types/used_for_tracking=false
privacy/collected_data/other_data_types/collection_purposes=0
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
ssh_remote_deploy/port="22"
ssh_remote_deploy/extra_args_ssh=""
ssh_remote_deploy/extra_args_scp=""
ssh_remote_deploy/run_script="#!/usr/bin/env bash
unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
pkill -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\"
rm -rf \"{temp_dir}\""
dotnet/include_scripts_content=false
dotnet/include_debug_symbols=true
dotnet/embed_build_outputs=false

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bkugrxwqmw3lw" uid="uid://bkugrxwqmw3lw"
path.s3tc="res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.s3tc.ctex" path.s3tc="res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.s3tc.ctex"
path.etc2="res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/default_map/icon.png" source_file="res://maps/default_map/icon.png"
dest_files=["res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.s3tc.ctex"] dest_files=["res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.s3tc.ctex", "res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://2p76k2mvtnu8" uid="uid://2p76k2mvtnu8"
path.s3tc="res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.s3tc.ctex" path.s3tc="res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.s3tc.ctex"
path.etc2="res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/forgotten_desert/icon.png" source_file="res://maps/forgotten_desert/icon.png"
dest_files=["res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.s3tc.ctex"] dest_files=["res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.s3tc.ctex", "res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cdmjqr6rv0224" uid="uid://cdmjqr6rv0224"
path.s3tc="res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.s3tc.ctex" path.s3tc="res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.s3tc.ctex"
path.etc2="res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/grand_forge/icon.png" source_file="res://maps/grand_forge/icon.png"
dest_files=["res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.s3tc.ctex"] dest_files=["res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.s3tc.ctex", "res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://v44f6aphd1v7" uid="uid://v44f6aphd1v7"
path.bptc="res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.bptc.ctex" path.bptc="res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.bptc.ctex"
path.astc="res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.astc.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/precipice/icon.png" source_file="res://maps/precipice/icon.png"
dest_files=["res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.bptc.ctex"] dest_files=["res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.bptc.ctex", "res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.astc.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cnusgx6q4uapu" uid="uid://cnusgx6q4uapu"
path.s3tc="res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.s3tc.ctex" path.s3tc="res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.s3tc.ctex"
path.etc2="res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/Lava #3.png" source_file="res://maps/textures/Lava #3.png"
dest_files=["res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.s3tc.ctex"] dest_files=["res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.s3tc.ctex", "res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bk5rwnqti7u2h" uid="uid://bk5rwnqti7u2h"
path.s3tc="res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.s3tc.ctex" path.s3tc="res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.s3tc.ctex"
path.etc2="res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/__TB_empty.png" source_file="res://maps/textures/__TB_empty.png"
dest_files=["res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.s3tc.ctex"] dest_files=["res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.s3tc.ctex", "res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://0cflccgicy31" uid="uid://0cflccgicy31"
path.s3tc="res://.godot/imported/str_blood_large.png-df622cba97434902f5eae56bdacb207f.s3tc.ctex" path.s3tc="res://.godot/imported/str_blood_large.png-df622cba97434902f5eae56bdacb207f.s3tc.ctex"
path.etc2="res://.godot/imported/str_blood_large.png-df622cba97434902f5eae56bdacb207f.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_blood_large.png" source_file="res://maps/textures/str_blood_large.png"
dest_files=["res://.godot/imported/str_blood_large.png-df622cba97434902f5eae56bdacb207f.s3tc.ctex"] dest_files=["res://.godot/imported/str_blood_large.png-df622cba97434902f5eae56bdacb207f.s3tc.ctex", "res://.godot/imported/str_blood_large.png-df622cba97434902f5eae56bdacb207f.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://b0cacwph4kgrc" uid="uid://b0cacwph4kgrc"
path.s3tc="res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.s3tc.ctex" path.s3tc="res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.s3tc.ctex"
path.etc2="res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_bloodvein1.png" source_file="res://maps/textures/str_bloodvein1.png"
dest_files=["res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.s3tc.ctex"] dest_files=["res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.s3tc.ctex", "res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cq1hcbp0v3vw7" uid="uid://cq1hcbp0v3vw7"
path.s3tc="res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.s3tc.ctex" path.s3tc="res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.s3tc.ctex"
path.etc2="res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_bloodvein2.png" source_file="res://maps/textures/str_bloodvein2.png"
dest_files=["res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.s3tc.ctex"] dest_files=["res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.s3tc.ctex", "res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://ds02q1mex3kak" uid="uid://ds02q1mex3kak"
path.s3tc="res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalflr1.png" source_file="res://maps/textures/str_metalflr1.png"
dest_files=["res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.s3tc.ctex", "res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://rfcnq2vqvfo4" uid="uid://rfcnq2vqvfo4"
path.s3tc="res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalflr2.png" source_file="res://maps/textures/str_metalflr2.png"
dest_files=["res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.s3tc.ctex", "res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cox27erh4uq28" uid="uid://cox27erh4uq28"
path.s3tc="res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalflr3.png" source_file="res://maps/textures/str_metalflr3.png"
dest_files=["res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.s3tc.ctex", "res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://jbcuq5ne6ksg" uid="uid://jbcuq5ne6ksg"
path.s3tc="res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalflr4.png" source_file="res://maps/textures/str_metalflr4.png"
dest_files=["res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.s3tc.ctex", "res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://drdl2mbqb5okx" uid="uid://drdl2mbqb5okx"
path.s3tc="res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalflr8.png" source_file="res://maps/textures/str_metalflr8.png"
dest_files=["res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.s3tc.ctex", "res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://36tpacrc5k43" uid="uid://36tpacrc5k43"
path.s3tc="res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgen1.png" source_file="res://maps/textures/str_metalgen1.png"
dest_files=["res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.s3tc.ctex", "res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cuxhkjvqhbngx" uid="uid://cuxhkjvqhbngx"
path.s3tc="res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgen2.png" source_file="res://maps/textures/str_metalgen2.png"
dest_files=["res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.s3tc.ctex", "res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://nb0itwb7ueen" uid="uid://nb0itwb7ueen"
path.s3tc="res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgen3.png" source_file="res://maps/textures/str_metalgen3.png"
dest_files=["res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.s3tc.ctex", "res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bwuc3et85sgiv" uid="uid://bwuc3et85sgiv"
path.s3tc="res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgen4.png" source_file="res://maps/textures/str_metalgen4.png"
dest_files=["res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.s3tc.ctex", "res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://djdsnfutrpia" uid="uid://djdsnfutrpia"
path.s3tc="res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgen5.png" source_file="res://maps/textures/str_metalgen5.png"
dest_files=["res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.s3tc.ctex", "res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://btyfny155wj82" uid="uid://btyfny155wj82"
path.s3tc="res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgen6.png" source_file="res://maps/textures/str_metalgen6.png"
dest_files=["res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.s3tc.ctex", "res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bxiahtetrruyn" uid="uid://bxiahtetrruyn"
path.s3tc="res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgrbl2.png" source_file="res://maps/textures/str_metalgrbl2.png"
dest_files=["res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.s3tc.ctex", "res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bl4vie7uwsri" uid="uid://bl4vie7uwsri"
path.s3tc="res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgrbl3.png" source_file="res://maps/textures/str_metalgrbl3.png"
dest_files=["res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.s3tc.ctex", "res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://chnk2up2hbc1o" uid="uid://chnk2up2hbc1o"
path.s3tc="res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgrbl4.png" source_file="res://maps/textures/str_metalgrbl4.png"
dest_files=["res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.s3tc.ctex", "res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://jwkv2wfxhdve" uid="uid://jwkv2wfxhdve"
path.s3tc="res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalgrbl8.png" source_file="res://maps/textures/str_metalgrbl8.png"
dest_files=["res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.s3tc.ctex", "res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bfx1af7q6txge" uid="uid://bfx1af7q6txge"
path.s3tc="res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalpan1.png" source_file="res://maps/textures/str_metalpan1.png"
dest_files=["res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.s3tc.ctex", "res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bmxq62kftfum7" uid="uid://bmxq62kftfum7"
path.s3tc="res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalpan2.png" source_file="res://maps/textures/str_metalpan2.png"
dest_files=["res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.s3tc.ctex", "res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://ch12sert4prqc" uid="uid://ch12sert4prqc"
path.s3tc="res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalpan3.png" source_file="res://maps/textures/str_metalpan3.png"
dest_files=["res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.s3tc.ctex", "res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://2ai5qmk2wih0" uid="uid://2ai5qmk2wih0"
path.s3tc="res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalpan4.png" source_file="res://maps/textures/str_metalpan4.png"
dest_files=["res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.s3tc.ctex", "res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://5c2o7ik00jh5" uid="uid://5c2o7ik00jh5"
path.s3tc="res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalpan5.png" source_file="res://maps/textures/str_metalpan5.png"
dest_files=["res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.s3tc.ctex", "res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dduh3wbn5mgyd" uid="uid://dduh3wbn5mgyd"
path.s3tc="res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalpan7.png" source_file="res://maps/textures/str_metalpan7.png"
dest_files=["res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.s3tc.ctex", "res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bhxk5pmugja2l" uid="uid://bhxk5pmugja2l"
path.s3tc="res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.s3tc.ctex" path.s3tc="res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.s3tc.ctex"
path.etc2="res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_metalpan8.png" source_file="res://maps/textures/str_metalpan8.png"
dest_files=["res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.s3tc.ctex"] dest_files=["res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.s3tc.ctex", "res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://c06p54bnhn3e0" uid="uid://c06p54bnhn3e0"
path.s3tc="res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.s3tc.ctex" path.s3tc="res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.s3tc.ctex"
path.etc2="res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_rotwoodgen1.png" source_file="res://maps/textures/str_rotwoodgen1.png"
dest_files=["res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.s3tc.ctex"] dest_files=["res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.s3tc.ctex", "res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cllyd7rajl6d" uid="uid://cllyd7rajl6d"
path.s3tc="res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.s3tc.ctex" path.s3tc="res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.s3tc.ctex"
path.etc2="res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_rotwoodgen2.png" source_file="res://maps/textures/str_rotwoodgen2.png"
dest_files=["res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.s3tc.ctex"] dest_files=["res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.s3tc.ctex", "res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dfmfvmgbi1wff" uid="uid://dfmfvmgbi1wff"
path.s3tc="res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.s3tc.ctex" path.s3tc="res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.s3tc.ctex"
path.etc2="res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_rotwoodgen3.png" source_file="res://maps/textures/str_rotwoodgen3.png"
dest_files=["res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.s3tc.ctex"] dest_files=["res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.s3tc.ctex", "res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bc201t6oye80f" uid="uid://bc201t6oye80f"
path.s3tc="res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonebrk1.png" source_file="res://maps/textures/str_stonebrk1.png"
dest_files=["res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.s3tc.ctex", "res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://b1ynhlxa07xut" uid="uid://b1ynhlxa07xut"
path.s3tc="res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonebrk2.png" source_file="res://maps/textures/str_stonebrk2.png"
dest_files=["res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.s3tc.ctex", "res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://buofag4vjn06a" uid="uid://buofag4vjn06a"
path.s3tc="res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonebrk4.png" source_file="res://maps/textures/str_stonebrk4.png"
dest_files=["res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.s3tc.ctex", "res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://ccl08h80d55km" uid="uid://ccl08h80d55km"
path.s3tc="res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.s3tc.ctex" path.s3tc="res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.s3tc.ctex"
path.etc2="res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stoneflr1.png" source_file="res://maps/textures/str_stoneflr1.png"
dest_files=["res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.s3tc.ctex"] dest_files=["res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.s3tc.ctex", "res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://baht3723xh8ay" uid="uid://baht3723xh8ay"
path.s3tc="res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.s3tc.ctex" path.s3tc="res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.s3tc.ctex"
path.etc2="res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stoneflr2.png" source_file="res://maps/textures/str_stoneflr2.png"
dest_files=["res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.s3tc.ctex"] dest_files=["res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.s3tc.ctex", "res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://xs00q52aacx" uid="uid://xs00q52aacx"
path.s3tc="res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.s3tc.ctex" path.s3tc="res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.s3tc.ctex"
path.etc2="res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stoneflr5.png" source_file="res://maps/textures/str_stoneflr5.png"
dest_files=["res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.s3tc.ctex"] dest_files=["res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.s3tc.ctex", "res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://ucivt65gl7di" uid="uid://ucivt65gl7di"
path.s3tc="res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonegen1.png" source_file="res://maps/textures/str_stonegen1.png"
dest_files=["res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.s3tc.ctex", "res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://0j1lodqnmem7" uid="uid://0j1lodqnmem7"
path.s3tc="res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonegen5.png" source_file="res://maps/textures/str_stonegen5.png"
dest_files=["res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.s3tc.ctex", "res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dect8uvhxq7j3" uid="uid://dect8uvhxq7j3"
path.s3tc="res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonerubble.png" source_file="res://maps/textures/str_stonerubble.png"
dest_files=["res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.s3tc.ctex", "res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dvkld42jbggir" uid="uid://dvkld42jbggir"
path.s3tc="res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonewall3.png" source_file="res://maps/textures/str_stonewall3.png"
dest_files=["res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.s3tc.ctex", "res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://d3q35uw4p75xa" uid="uid://d3q35uw4p75xa"
path.s3tc="res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.s3tc.ctex" path.s3tc="res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.s3tc.ctex"
path.etc2="res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_stonewall4.png" source_file="res://maps/textures/str_stonewall4.png"
dest_files=["res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.s3tc.ctex"] dest_files=["res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.s3tc.ctex", "res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://xsgjjle6hteb" uid="uid://xsgjjle6hteb"
path.s3tc="res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.s3tc.ctex" path.s3tc="res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.s3tc.ctex"
path.etc2="res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_wasteland2.png" source_file="res://maps/textures/str_wasteland2.png"
dest_files=["res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.s3tc.ctex"] dest_files=["res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.s3tc.ctex", "res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dgadw67h4j3up" uid="uid://dgadw67h4j3up"
path.s3tc="res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.s3tc.ctex" path.s3tc="res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.s3tc.ctex"
path.etc2="res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_wasteland3.png" source_file="res://maps/textures/str_wasteland3.png"
dest_files=["res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.s3tc.ctex"] dest_files=["res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.s3tc.ctex", "res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://5i3cslfntdtv" uid="uid://5i3cslfntdtv"
path.s3tc="res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.s3tc.ctex" path.s3tc="res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.s3tc.ctex"
path.etc2="res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_wasteland4.png" source_file="res://maps/textures/str_wasteland4.png"
dest_files=["res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.s3tc.ctex"] dest_files=["res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.s3tc.ctex", "res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://b4sebu2u6maqa" uid="uid://b4sebu2u6maqa"
path.s3tc="res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.s3tc.ctex" path.s3tc="res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.s3tc.ctex"
path.etc2="res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/str_wasteland6.png" source_file="res://maps/textures/str_wasteland6.png"
dest_files=["res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.s3tc.ctex"] dest_files=["res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.s3tc.ctex", "res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bo5fqfagev352" uid="uid://bo5fqfagev352"
path.s3tc="res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.s3tc.ctex" path.s3tc="res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.s3tc.ctex"
path.etc2="res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/{str_grating2.png" source_file="res://maps/textures/{str_grating2.png"
dest_files=["res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.s3tc.ctex"] dest_files=["res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.s3tc.ctex", "res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://fuequa4fymp" uid="uid://fuequa4fymp"
path.s3tc="res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.s3tc.ctex" path.s3tc="res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.s3tc.ctex"
path.etc2="res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/{str_grating3.png" source_file="res://maps/textures/{str_grating3.png"
dest_files=["res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.s3tc.ctex"] dest_files=["res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.s3tc.ctex", "res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dhsf8ay5ogrw6" uid="uid://dhsf8ay5ogrw6"
path.s3tc="res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.s3tc.ctex" path.s3tc="res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.s3tc.ctex"
path.etc2="res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/{str_grating5.png" source_file="res://maps/textures/{str_grating5.png"
dest_files=["res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.s3tc.ctex"] dest_files=["res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.s3tc.ctex", "res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://xwu2jf05hgmg" uid="uid://xwu2jf05hgmg"
path.s3tc="res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.s3tc.ctex" path.s3tc="res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.s3tc.ctex"
path.etc2="res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/{str_grating6.png" source_file="res://maps/textures/{str_grating6.png"
dest_files=["res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.s3tc.ctex"] dest_files=["res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.s3tc.ctex", "res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://kb8eytowmvef" uid="uid://kb8eytowmvef"
path.bptc="res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.bptc.ctex" path.bptc="res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.bptc.ctex"
path.astc="res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.astc.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/two_towers/icon.png" source_file="res://maps/two_towers/icon.png"
dest_files=["res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.bptc.ctex"] dest_files=["res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.bptc.ctex", "res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.astc.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cumnvlhn48b3k" uid="uid://cumnvlhn48b3k"
path.bptc="res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.bptc.ctex" path.bptc="res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.bptc.ctex"
path.astc="res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.astc.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://maps/vessel/icon.png" source_file="res://maps/vessel/icon.png"
dest_files=["res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.bptc.ctex"] dest_files=["res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.bptc.ctex", "res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.astc.ctex"]
[params] [params]

View File

@ -218,3 +218,4 @@ common/physics_ticks_per_second=240
[rendering] [rendering]
rendering_device/driver.windows="d3d12" rendering_device/driver.windows="d3d12"
textures/vram_compression/import_etc2_astc=true

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://pc11ed28u88f" uid="uid://pc11ed28u88f"
path.s3tc="res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.s3tc.ctex" path.s3tc="res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.s3tc.ctex"
path.etc2="res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://raw_assets/Skull/SkeletonHead_D.png" source_file="res://raw_assets/Skull/SkeletonHead_D.png"
dest_files=["res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.s3tc.ctex"] dest_files=["res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.s3tc.ctex", "res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.etc2.ctex"]
[params] [params]

View File

@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bis6yrsc7uo1p" uid="uid://bis6yrsc7uo1p"
path.s3tc="res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.s3tc.ctex" path.s3tc="res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.s3tc.ctex"
path.etc2="res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.etc2.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true "vram_texture": true
} }
[deps] [deps]
source_file="res://raw_assets/Soldier/Shotgun.png" source_file="res://raw_assets/Soldier/Shotgun.png"
dest_files=["res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.s3tc.ctex"] dest_files=["res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.s3tc.ctex", "res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.etc2.ctex"]
[params] [params]