Add import configuration for background roughness texture

- Introduced a new import file for the background roughness texture located at `sourceimages/background_txt_pbr/background_txt_roughness.png`.
- Configured texture compression settings and metadata for optimal performance.
- Set up dependencies and parameters for texture processing, including mipmap generation and channel remapping.
This commit is contained in:
ASOwnerYT
2026-08-03 11:15:10 +12:00
parent fd0377cb3a
commit a74281f793
26 changed files with 480 additions and 28 deletions
+4
View File
@@ -164,4 +164,8 @@ common/enable_pause_aware_picking=true
[rendering]
textures/vram_compression/import_etc2_astc=true
scaling_3d/mode=5
scaling_3d/mode.ios=5
scaling_3d/mode.macos=5
scaling_3d/scale=0.33330000000000004
environment/defaults/default_environment="res://default_env.tres"