From 5c5619b81b691d154efaaf289a89e10f81a4d687 Mon Sep 17 00:00:00 2001 From: Sofia Date: Sat, 8 Aug 2026 17:35:57 +0300 Subject: [PATCH] Update settings for MacOS export --- godot/SkullBall.gdextension | 8 +- godot/assets/Gear.png.import | 5 +- godot/assets/particle.png.import | 5 +- godot/export_presets.cfg | 263 ++++++++++++++++++ godot/maps/default_map/icon.png.import | 5 +- godot/maps/forgotten_desert/icon.png.import | 5 +- godot/maps/grand_forge/icon.png.import | 5 +- godot/maps/precipice/icon.png.import | 5 +- godot/maps/textures/Lava #3.png.import | 5 +- godot/maps/textures/__TB_empty.png.import | 5 +- .../maps/textures/str_blood_large.png.import | 5 +- godot/maps/textures/str_bloodvein1.png.import | 5 +- godot/maps/textures/str_bloodvein2.png.import | 5 +- godot/maps/textures/str_metalflr1.png.import | 5 +- godot/maps/textures/str_metalflr2.png.import | 5 +- godot/maps/textures/str_metalflr3.png.import | 5 +- godot/maps/textures/str_metalflr4.png.import | 5 +- godot/maps/textures/str_metalflr8.png.import | 5 +- godot/maps/textures/str_metalgen1.png.import | 5 +- godot/maps/textures/str_metalgen2.png.import | 5 +- godot/maps/textures/str_metalgen3.png.import | 5 +- godot/maps/textures/str_metalgen4.png.import | 5 +- godot/maps/textures/str_metalgen5.png.import | 5 +- godot/maps/textures/str_metalgen6.png.import | 5 +- godot/maps/textures/str_metalgrbl2.png.import | 5 +- godot/maps/textures/str_metalgrbl3.png.import | 5 +- godot/maps/textures/str_metalgrbl4.png.import | 5 +- godot/maps/textures/str_metalgrbl8.png.import | 5 +- godot/maps/textures/str_metalpan1.png.import | 5 +- godot/maps/textures/str_metalpan2.png.import | 5 +- godot/maps/textures/str_metalpan3.png.import | 5 +- godot/maps/textures/str_metalpan4.png.import | 5 +- godot/maps/textures/str_metalpan5.png.import | 5 +- godot/maps/textures/str_metalpan7.png.import | 5 +- godot/maps/textures/str_metalpan8.png.import | 5 +- .../maps/textures/str_rotwoodgen1.png.import | 5 +- .../maps/textures/str_rotwoodgen2.png.import | 5 +- .../maps/textures/str_rotwoodgen3.png.import | 5 +- godot/maps/textures/str_stonebrk1.png.import | 5 +- godot/maps/textures/str_stonebrk2.png.import | 5 +- godot/maps/textures/str_stonebrk4.png.import | 5 +- godot/maps/textures/str_stoneflr1.png.import | 5 +- godot/maps/textures/str_stoneflr2.png.import | 5 +- godot/maps/textures/str_stoneflr5.png.import | 5 +- godot/maps/textures/str_stonegen1.png.import | 5 +- godot/maps/textures/str_stonegen5.png.import | 5 +- .../maps/textures/str_stonerubble.png.import | 5 +- godot/maps/textures/str_stonewall3.png.import | 5 +- godot/maps/textures/str_stonewall4.png.import | 5 +- godot/maps/textures/str_wasteland2.png.import | 5 +- godot/maps/textures/str_wasteland3.png.import | 5 +- godot/maps/textures/str_wasteland4.png.import | 5 +- godot/maps/textures/str_wasteland6.png.import | 5 +- godot/maps/textures/{str_grating2.png.import | 5 +- godot/maps/textures/{str_grating3.png.import | 5 +- godot/maps/textures/{str_grating5.png.import | 5 +- godot/maps/textures/{str_grating6.png.import | 5 +- godot/maps/two_towers/icon.png.import | 5 +- godot/maps/vessel/icon.png.import | 5 +- godot/project.godot | 1 + .../Skull/SkeletonHead_D.png.import | 5 +- godot/raw_assets/Soldier/Shotgun.png.import | 5 +- 62 files changed, 445 insertions(+), 122 deletions(-) diff --git a/godot/SkullBall.gdextension b/godot/SkullBall.gdextension index ad88bed..65d1085 100644 --- a/godot/SkullBall.gdextension +++ b/godot/SkullBall.gdextension @@ -8,7 +8,7 @@ linux.debug.x86_64 = "res://../target/debug/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.release.x86_64 = "res://../target/x86_64-pc-windows-gnu/release/skullball.dll" -macos.debug = "res://../target/debug/libskullball.dylib" -macos.release = "res://../target/release/libskullball.dylib" -macos.debug.arm64 = "res://../target/debug/libskullball.dylib" -macos.release.arm64 = "res://../target/release/libskullball.dylib" \ No newline at end of file +macos.debug = "res://../target/x86_64-apple-darwin/debug/libskullball.dylib" +macos.release = "res://../target/x86_64-apple-darwin/release/libskullball.dylib" +macos.debug.arm64 = "res://../target/aarch64-apple-darwin/debug/libskullball.dylib" +macos.release.arm64 = "res://../target/aarch64-apple-darwin/release/libskullball.dylib" \ No newline at end of file diff --git a/godot/assets/Gear.png.import b/godot/assets/Gear.png.import index 29ae50c..4fade48 100644 --- a/godot/assets/Gear.png.import +++ b/godot/assets/Gear.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7epv5p0qau02" path.s3tc="res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.s3tc.ctex" +path.etc2="res://.godot/imported/Gear.png-4a33d7121b716ce6c6e8a5c001bd6bc4.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/assets/particle.png.import b/godot/assets/particle.png.import index 62cb155..0aa60e2 100644 --- a/godot/assets/particle.png.import +++ b/godot/assets/particle.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://dawgsqbcveewg" path.s3tc="res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.s3tc.ctex" +path.etc2="res://.godot/imported/particle.png-5e5e4f76b889a93c8b085c65be799145.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index 2bd527f..5ec274d 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -2,6 +2,7 @@ "Windows Desktop"="Windows Desktop" Linux="Linux" +macOS="macOS" [preset.0] @@ -125,3 +126,265 @@ rm -rf \"{temp_dir}\"" dotnet/include_scripts_content=false dotnet/include_debug_symbols=true 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 diff --git a/godot/maps/default_map/icon.png.import b/godot/maps/default_map/icon.png.import index 7045a3d..1b78099 100644 --- a/godot/maps/default_map/icon.png.import +++ b/godot/maps/default_map/icon.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkugrxwqmw3lw" path.s3tc="res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.s3tc.ctex" +path.etc2="res://.godot/imported/icon.png-e76ac314614d31fd9b0de52e21ac82c0.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/forgotten_desert/icon.png.import b/godot/maps/forgotten_desert/icon.png.import index 7eccd53..75ad5db 100644 --- a/godot/maps/forgotten_desert/icon.png.import +++ b/godot/maps/forgotten_desert/icon.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://2p76k2mvtnu8" path.s3tc="res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.s3tc.ctex" +path.etc2="res://.godot/imported/icon.png-b6d7ece3d1bba019bc6f0ce332a38af1.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/grand_forge/icon.png.import b/godot/maps/grand_forge/icon.png.import index 37bf15e..64c875f 100644 --- a/godot/maps/grand_forge/icon.png.import +++ b/godot/maps/grand_forge/icon.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdmjqr6rv0224" path.s3tc="res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.s3tc.ctex" +path.etc2="res://.godot/imported/icon.png-7eaef187600310eda04c535b2fa92265.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/precipice/icon.png.import b/godot/maps/precipice/icon.png.import index 4d28211..3c3272f 100644 --- a/godot/maps/precipice/icon.png.import +++ b/godot/maps/precipice/icon.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://v44f6aphd1v7" path.bptc="res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.bptc.ctex" +path.astc="res://.godot/imported/icon.png-caafe837658b4d8c28be54c729608a81.astc.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/Lava #3.png.import b/godot/maps/textures/Lava #3.png.import index b967898..81447e1 100644 --- a/godot/maps/textures/Lava #3.png.import +++ b/godot/maps/textures/Lava #3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://cnusgx6q4uapu" path.s3tc="res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.s3tc.ctex" +path.etc2="res://.godot/imported/Lava #3.png-79a1fb5bfb4d930566eae32a5ddfd28a.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/__TB_empty.png.import b/godot/maps/textures/__TB_empty.png.import index 83838a6..75a394f 100644 --- a/godot/maps/textures/__TB_empty.png.import +++ b/godot/maps/textures/__TB_empty.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bk5rwnqti7u2h" path.s3tc="res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.s3tc.ctex" +path.etc2="res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_blood_large.png.import b/godot/maps/textures/str_blood_large.png.import index f5e33d2..ac1647a 100644 --- a/godot/maps/textures/str_blood_large.png.import +++ b/godot/maps/textures/str_blood_large.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://0cflccgicy31" 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={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_bloodvein1.png.import b/godot/maps/textures/str_bloodvein1.png.import index 5ed3a0f..dfdb9ee 100644 --- a/godot/maps/textures/str_bloodvein1.png.import +++ b/godot/maps/textures/str_bloodvein1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0cacwph4kgrc" path.s3tc="res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.s3tc.ctex" +path.etc2="res://.godot/imported/str_bloodvein1.png-85d62bdff75e5633b4c4861a9d6aff7e.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_bloodvein2.png.import b/godot/maps/textures/str_bloodvein2.png.import index 0b82f24..314b232 100644 --- a/godot/maps/textures/str_bloodvein2.png.import +++ b/godot/maps/textures/str_bloodvein2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://cq1hcbp0v3vw7" path.s3tc="res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.s3tc.ctex" +path.etc2="res://.godot/imported/str_bloodvein2.png-6816a954446b71101438918ab0a8f52b.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalflr1.png.import b/godot/maps/textures/str_metalflr1.png.import index 7aed9cc..3ec9520 100644 --- a/godot/maps/textures/str_metalflr1.png.import +++ b/godot/maps/textures/str_metalflr1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://ds02q1mex3kak" path.s3tc="res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalflr1.png-b64d0ec10c1fc1f572841954bc7bfc7e.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalflr2.png.import b/godot/maps/textures/str_metalflr2.png.import index c887ec0..7a00b52 100644 --- a/godot/maps/textures/str_metalflr2.png.import +++ b/godot/maps/textures/str_metalflr2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://rfcnq2vqvfo4" path.s3tc="res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalflr2.png-b59ce57ae55b0cd962d6acd6560f16f2.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalflr3.png.import b/godot/maps/textures/str_metalflr3.png.import index 65fae7b..fd37ddf 100644 --- a/godot/maps/textures/str_metalflr3.png.import +++ b/godot/maps/textures/str_metalflr3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://cox27erh4uq28" path.s3tc="res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalflr3.png-db3d8c40da647ad915fa1b22fce3ffd4.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalflr4.png.import b/godot/maps/textures/str_metalflr4.png.import index fa62146..09a37bd 100644 --- a/godot/maps/textures/str_metalflr4.png.import +++ b/godot/maps/textures/str_metalflr4.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://jbcuq5ne6ksg" path.s3tc="res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalflr4.png-06ba3ed3596926ed64f51a59083876b5.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalflr8.png.import b/godot/maps/textures/str_metalflr8.png.import index 96fec26..94d5c54 100644 --- a/godot/maps/textures/str_metalflr8.png.import +++ b/godot/maps/textures/str_metalflr8.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://drdl2mbqb5okx" path.s3tc="res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalflr8.png-8c7a73422910961fddcab67d4ec776e6.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgen1.png.import b/godot/maps/textures/str_metalgen1.png.import index dc31048..6f87b39 100644 --- a/godot/maps/textures/str_metalgen1.png.import +++ b/godot/maps/textures/str_metalgen1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://36tpacrc5k43" path.s3tc="res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgen1.png-4f89e652fe84197742d454df1c69a756.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgen2.png.import b/godot/maps/textures/str_metalgen2.png.import index 4b16e5b..ccd6037 100644 --- a/godot/maps/textures/str_metalgen2.png.import +++ b/godot/maps/textures/str_metalgen2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuxhkjvqhbngx" path.s3tc="res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgen2.png-54d19673bb44581473e514b7d6141690.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgen3.png.import b/godot/maps/textures/str_metalgen3.png.import index 196d015..1d9183c 100644 --- a/godot/maps/textures/str_metalgen3.png.import +++ b/godot/maps/textures/str_metalgen3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://nb0itwb7ueen" path.s3tc="res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgen3.png-aec3b32ec7a05fe505c33994a0e728d2.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgen4.png.import b/godot/maps/textures/str_metalgen4.png.import index 9db457a..1f8dc81 100644 --- a/godot/maps/textures/str_metalgen4.png.import +++ b/godot/maps/textures/str_metalgen4.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwuc3et85sgiv" path.s3tc="res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgen4.png-a2b41d030babd63870b6fa46c530986b.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgen5.png.import b/godot/maps/textures/str_metalgen5.png.import index 64a13ec..7036899 100644 --- a/godot/maps/textures/str_metalgen5.png.import +++ b/godot/maps/textures/str_metalgen5.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://djdsnfutrpia" path.s3tc="res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgen5.png-fc355d420230e5f134e556c480e27485.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgen6.png.import b/godot/maps/textures/str_metalgen6.png.import index 02bae4d..9e59700 100644 --- a/godot/maps/textures/str_metalgen6.png.import +++ b/godot/maps/textures/str_metalgen6.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://btyfny155wj82" path.s3tc="res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgen6.png-8279ed05d1593c11be5afb31954a1f9c.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgrbl2.png.import b/godot/maps/textures/str_metalgrbl2.png.import index 878d984..2848826 100644 --- a/godot/maps/textures/str_metalgrbl2.png.import +++ b/godot/maps/textures/str_metalgrbl2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxiahtetrruyn" path.s3tc="res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgrbl2.png-c2909774ea4f695585b64a73085badc3.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgrbl3.png.import b/godot/maps/textures/str_metalgrbl3.png.import index 6725e3a..2887a91 100644 --- a/godot/maps/textures/str_metalgrbl3.png.import +++ b/godot/maps/textures/str_metalgrbl3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bl4vie7uwsri" path.s3tc="res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgrbl3.png-e3eb428045ed48142ddcfe47e5c2ddf3.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgrbl4.png.import b/godot/maps/textures/str_metalgrbl4.png.import index 70bc3d1..23b2e2a 100644 --- a/godot/maps/textures/str_metalgrbl4.png.import +++ b/godot/maps/textures/str_metalgrbl4.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://chnk2up2hbc1o" path.s3tc="res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgrbl4.png-fa72d6ec750f91546d6c9ba3d7b66654.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalgrbl8.png.import b/godot/maps/textures/str_metalgrbl8.png.import index bf35381..207d58a 100644 --- a/godot/maps/textures/str_metalgrbl8.png.import +++ b/godot/maps/textures/str_metalgrbl8.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://jwkv2wfxhdve" path.s3tc="res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalgrbl8.png-ece6498d9bc2df6132128a6fd7e221e4.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalpan1.png.import b/godot/maps/textures/str_metalpan1.png.import index e813b95..a72ac25 100644 --- a/godot/maps/textures/str_metalpan1.png.import +++ b/godot/maps/textures/str_metalpan1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfx1af7q6txge" path.s3tc="res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalpan1.png-c420357eb954b384f9616cd19b1c3a99.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalpan2.png.import b/godot/maps/textures/str_metalpan2.png.import index 00eecbe..42b3f39 100644 --- a/godot/maps/textures/str_metalpan2.png.import +++ b/godot/maps/textures/str_metalpan2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmxq62kftfum7" path.s3tc="res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalpan2.png-90bc649790ac90cd8ac3d8ef8155ac04.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalpan3.png.import b/godot/maps/textures/str_metalpan3.png.import index 1a13263..a161476 100644 --- a/godot/maps/textures/str_metalpan3.png.import +++ b/godot/maps/textures/str_metalpan3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://ch12sert4prqc" path.s3tc="res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalpan3.png-68165200d1be201aa14cc20c8bc311ec.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalpan4.png.import b/godot/maps/textures/str_metalpan4.png.import index 15e5479..6bf0065 100644 --- a/godot/maps/textures/str_metalpan4.png.import +++ b/godot/maps/textures/str_metalpan4.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://2ai5qmk2wih0" path.s3tc="res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalpan4.png-9ce3726b41f85ec84764428b3781e9c1.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalpan5.png.import b/godot/maps/textures/str_metalpan5.png.import index a3b20f2..0ea8ea0 100644 --- a/godot/maps/textures/str_metalpan5.png.import +++ b/godot/maps/textures/str_metalpan5.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://5c2o7ik00jh5" path.s3tc="res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalpan5.png-e5137e1c91173dd3f54cebabd8fc51b6.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalpan7.png.import b/godot/maps/textures/str_metalpan7.png.import index cb49a57..b24627a 100644 --- a/godot/maps/textures/str_metalpan7.png.import +++ b/godot/maps/textures/str_metalpan7.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://dduh3wbn5mgyd" path.s3tc="res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalpan7.png-112aa48c647c58a280c3e65e0a43198f.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_metalpan8.png.import b/godot/maps/textures/str_metalpan8.png.import index 2653695..6202bed 100644 --- a/godot/maps/textures/str_metalpan8.png.import +++ b/godot/maps/textures/str_metalpan8.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhxk5pmugja2l" path.s3tc="res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.s3tc.ctex" +path.etc2="res://.godot/imported/str_metalpan8.png-eba6b499e686b10431a4b63f54205a08.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_rotwoodgen1.png.import b/godot/maps/textures/str_rotwoodgen1.png.import index 1bec169..0b492a8 100644 --- a/godot/maps/textures/str_rotwoodgen1.png.import +++ b/godot/maps/textures/str_rotwoodgen1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://c06p54bnhn3e0" path.s3tc="res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.s3tc.ctex" +path.etc2="res://.godot/imported/str_rotwoodgen1.png-d3ea2c7b4cb90bf31875f1b9ebfc5519.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_rotwoodgen2.png.import b/godot/maps/textures/str_rotwoodgen2.png.import index 76327d4..8e227d8 100644 --- a/godot/maps/textures/str_rotwoodgen2.png.import +++ b/godot/maps/textures/str_rotwoodgen2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://cllyd7rajl6d" path.s3tc="res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.s3tc.ctex" +path.etc2="res://.godot/imported/str_rotwoodgen2.png-4539dba9de85f1a4b2f9c86fe9adaea7.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_rotwoodgen3.png.import b/godot/maps/textures/str_rotwoodgen3.png.import index 365f291..dd4a788 100644 --- a/godot/maps/textures/str_rotwoodgen3.png.import +++ b/godot/maps/textures/str_rotwoodgen3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfmfvmgbi1wff" path.s3tc="res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.s3tc.ctex" +path.etc2="res://.godot/imported/str_rotwoodgen3.png-1a246be62dcef3636e849a647d198fc7.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonebrk1.png.import b/godot/maps/textures/str_stonebrk1.png.import index a150daa..fdc2c9a 100644 --- a/godot/maps/textures/str_stonebrk1.png.import +++ b/godot/maps/textures/str_stonebrk1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bc201t6oye80f" path.s3tc="res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonebrk1.png-724f36e5c0e619047632b26dd912f263.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonebrk2.png.import b/godot/maps/textures/str_stonebrk2.png.import index b1cdbe6..7f499d8 100644 --- a/godot/maps/textures/str_stonebrk2.png.import +++ b/godot/maps/textures/str_stonebrk2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1ynhlxa07xut" path.s3tc="res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonebrk2.png-30249be1dc4e8db279e6b8663834ff84.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonebrk4.png.import b/godot/maps/textures/str_stonebrk4.png.import index 958f970..e0f36b0 100644 --- a/godot/maps/textures/str_stonebrk4.png.import +++ b/godot/maps/textures/str_stonebrk4.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://buofag4vjn06a" path.s3tc="res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonebrk4.png-497103fe240d1e1efbd7257bf722836d.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stoneflr1.png.import b/godot/maps/textures/str_stoneflr1.png.import index 49ba3c0..81de8b4 100644 --- a/godot/maps/textures/str_stoneflr1.png.import +++ b/godot/maps/textures/str_stoneflr1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccl08h80d55km" path.s3tc="res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.s3tc.ctex" +path.etc2="res://.godot/imported/str_stoneflr1.png-dcc8aa5a4ad93df48d20649dd726b06a.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stoneflr2.png.import b/godot/maps/textures/str_stoneflr2.png.import index 71ca009..3e6e928 100644 --- a/godot/maps/textures/str_stoneflr2.png.import +++ b/godot/maps/textures/str_stoneflr2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://baht3723xh8ay" path.s3tc="res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.s3tc.ctex" +path.etc2="res://.godot/imported/str_stoneflr2.png-e510a1aff9020d4477aa5deeb8e66a22.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stoneflr5.png.import b/godot/maps/textures/str_stoneflr5.png.import index 8537826..b37f4f9 100644 --- a/godot/maps/textures/str_stoneflr5.png.import +++ b/godot/maps/textures/str_stoneflr5.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://xs00q52aacx" path.s3tc="res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.s3tc.ctex" +path.etc2="res://.godot/imported/str_stoneflr5.png-d9320a5c6c6492841eba1b085a43e714.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonegen1.png.import b/godot/maps/textures/str_stonegen1.png.import index b7d9792..945cd06 100644 --- a/godot/maps/textures/str_stonegen1.png.import +++ b/godot/maps/textures/str_stonegen1.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://ucivt65gl7di" path.s3tc="res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonegen1.png-6cbb545215685fd2d57ac1d2672f40c3.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonegen5.png.import b/godot/maps/textures/str_stonegen5.png.import index 64a3680..c1673e4 100644 --- a/godot/maps/textures/str_stonegen5.png.import +++ b/godot/maps/textures/str_stonegen5.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://0j1lodqnmem7" path.s3tc="res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonegen5.png-bc6ecca437e007cb9e4fd5133bbf2c6c.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonerubble.png.import b/godot/maps/textures/str_stonerubble.png.import index 35f90d0..25cdcf5 100644 --- a/godot/maps/textures/str_stonerubble.png.import +++ b/godot/maps/textures/str_stonerubble.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://dect8uvhxq7j3" path.s3tc="res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonerubble.png-2782214b48dcb9403007ec417a41fb38.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonewall3.png.import b/godot/maps/textures/str_stonewall3.png.import index 3be66e0..f9ae807 100644 --- a/godot/maps/textures/str_stonewall3.png.import +++ b/godot/maps/textures/str_stonewall3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvkld42jbggir" path.s3tc="res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonewall3.png-2b1622caed2b11cc8cb0b40dc31a4acc.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_stonewall4.png.import b/godot/maps/textures/str_stonewall4.png.import index c214b80..55cc44d 100644 --- a/godot/maps/textures/str_stonewall4.png.import +++ b/godot/maps/textures/str_stonewall4.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3q35uw4p75xa" path.s3tc="res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.s3tc.ctex" +path.etc2="res://.godot/imported/str_stonewall4.png-19705e77936620ec42c19b60c950128b.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_wasteland2.png.import b/godot/maps/textures/str_wasteland2.png.import index 7ca93f3..cf53ca2 100644 --- a/godot/maps/textures/str_wasteland2.png.import +++ b/godot/maps/textures/str_wasteland2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://xsgjjle6hteb" path.s3tc="res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.s3tc.ctex" +path.etc2="res://.godot/imported/str_wasteland2.png-1dbdec51cef6391aeabcb698166e5c75.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_wasteland3.png.import b/godot/maps/textures/str_wasteland3.png.import index 083adee..02177d5 100644 --- a/godot/maps/textures/str_wasteland3.png.import +++ b/godot/maps/textures/str_wasteland3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://dgadw67h4j3up" path.s3tc="res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.s3tc.ctex" +path.etc2="res://.godot/imported/str_wasteland3.png-e3e4a3b55b15bd8c7278ab3e450c9bd1.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_wasteland4.png.import b/godot/maps/textures/str_wasteland4.png.import index c2ad85a..ee8d067 100644 --- a/godot/maps/textures/str_wasteland4.png.import +++ b/godot/maps/textures/str_wasteland4.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://5i3cslfntdtv" path.s3tc="res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.s3tc.ctex" +path.etc2="res://.godot/imported/str_wasteland4.png-f74a19fb54e0f1ed99c4c76903ed31fe.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/str_wasteland6.png.import b/godot/maps/textures/str_wasteland6.png.import index 0cf552e..5800a1f 100644 --- a/godot/maps/textures/str_wasteland6.png.import +++ b/godot/maps/textures/str_wasteland6.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4sebu2u6maqa" path.s3tc="res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.s3tc.ctex" +path.etc2="res://.godot/imported/str_wasteland6.png-ff51f1986d117ea410b0ab6820a5fb5f.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/{str_grating2.png.import b/godot/maps/textures/{str_grating2.png.import index 75c5445..8386e68 100644 --- a/godot/maps/textures/{str_grating2.png.import +++ b/godot/maps/textures/{str_grating2.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bo5fqfagev352" path.s3tc="res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.s3tc.ctex" +path.etc2="res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/{str_grating3.png.import b/godot/maps/textures/{str_grating3.png.import index e9720b6..e9f072f 100644 --- a/godot/maps/textures/{str_grating3.png.import +++ b/godot/maps/textures/{str_grating3.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://fuequa4fymp" path.s3tc="res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.s3tc.ctex" +path.etc2="res://.godot/imported/{str_grating3.png-d5f05aaaf52f1b727ac523e4adee3ab7.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/{str_grating5.png.import b/godot/maps/textures/{str_grating5.png.import index 330b4d4..5eb7965 100644 --- a/godot/maps/textures/{str_grating5.png.import +++ b/godot/maps/textures/{str_grating5.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhsf8ay5ogrw6" path.s3tc="res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.s3tc.ctex" +path.etc2="res://.godot/imported/{str_grating5.png-3e666473a86c084746eab9bae78e1875.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/textures/{str_grating6.png.import b/godot/maps/textures/{str_grating6.png.import index 0841e69..5845786 100644 --- a/godot/maps/textures/{str_grating6.png.import +++ b/godot/maps/textures/{str_grating6.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://xwu2jf05hgmg" path.s3tc="res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.s3tc.ctex" +path.etc2="res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/two_towers/icon.png.import b/godot/maps/two_towers/icon.png.import index 501245b..455942c 100644 --- a/godot/maps/two_towers/icon.png.import +++ b/godot/maps/two_towers/icon.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://kb8eytowmvef" path.bptc="res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.bptc.ctex" +path.astc="res://.godot/imported/icon.png-fe4a1cf68e7b917bac551fb0cdaf3b2c.astc.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/maps/vessel/icon.png.import b/godot/maps/vessel/icon.png.import index 220b570..3f6660c 100644 --- a/godot/maps/vessel/icon.png.import +++ b/godot/maps/vessel/icon.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://cumnvlhn48b3k" path.bptc="res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.bptc.ctex" +path.astc="res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.astc.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/project.godot b/godot/project.godot index 720a816..affc74c 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -218,3 +218,4 @@ common/physics_ticks_per_second=240 [rendering] rendering_device/driver.windows="d3d12" +textures/vram_compression/import_etc2_astc=true diff --git a/godot/raw_assets/Skull/SkeletonHead_D.png.import b/godot/raw_assets/Skull/SkeletonHead_D.png.import index a900e1a..b6bc209 100644 --- a/godot/raw_assets/Skull/SkeletonHead_D.png.import +++ b/godot/raw_assets/Skull/SkeletonHead_D.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://pc11ed28u88f" path.s3tc="res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.s3tc.ctex" +path.etc2="res://.godot/imported/SkeletonHead_D.png-58ebd8f6b3c7e09f462bc12d3730413c.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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] diff --git a/godot/raw_assets/Soldier/Shotgun.png.import b/godot/raw_assets/Soldier/Shotgun.png.import index d63b077..c92e018 100644 --- a/godot/raw_assets/Soldier/Shotgun.png.import +++ b/godot/raw_assets/Soldier/Shotgun.png.import @@ -4,15 +4,16 @@ importer="texture" type="CompressedTexture2D" uid="uid://bis6yrsc7uo1p" path.s3tc="res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.s3tc.ctex" +path.etc2="res://.godot/imported/Shotgun.png-6f3d985edecc9116b957d4c0485a368d.etc2.ctex" metadata={ -"imported_formats": ["s3tc_bptc"], +"imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true } [deps] 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]