diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-20 17:06:53 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-20 17:06:56 +0200 |
commit | 13e250a08b6b692579ede9075f5cac7b89578884 (patch) | |
tree | f0050126e371554cc542904f487c4479b88a75b5 /client/map/tiles/tree/leaves.webp.import | |
parent | 6f3a5a74ebf597ebacf6671e2f6169eeeb29e1e2 (diff) | |
download | hurrycurry-13e250a08b6b692579ede9075f5cac7b89578884.tar hurrycurry-13e250a08b6b692579ede9075f5cac7b89578884.tar.bz2 hurrycurry-13e250a08b6b692579ede9075f5cac7b89578884.tar.zst |
change texture import mode from vram compressed to either lossy or lossless depending on usage
Diffstat (limited to 'client/map/tiles/tree/leaves.webp.import')
-rw-r--r-- | client/map/tiles/tree/leaves.webp.import | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/client/map/tiles/tree/leaves.webp.import b/client/map/tiles/tree/leaves.webp.import index 38cc4524..5f003cd0 100644 --- a/client/map/tiles/tree/leaves.webp.import +++ b/client/map/tiles/tree/leaves.webp.import @@ -3,21 +3,19 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxxh66na6bumt" -path.s3tc="res://.godot/imported/leaves.webp-911dbf6a3efad3989331dad3227e20a1.s3tc.ctex" -path.etc2="res://.godot/imported/leaves.webp-911dbf6a3efad3989331dad3227e20a1.etc2.ctex" +path="res://.godot/imported/leaves.webp-911dbf6a3efad3989331dad3227e20a1.ctex" metadata={ -"imported_formats": ["s3tc_bptc", "etc2_astc"], -"vram_texture": true +"vram_texture": false } [deps] source_file="res://map/tiles/tree/leaves.webp" -dest_files=["res://.godot/imported/leaves.webp-911dbf6a3efad3989331dad3227e20a1.s3tc.ctex", "res://.godot/imported/leaves.webp-911dbf6a3efad3989331dad3227e20a1.etc2.ctex"] +dest_files=["res://.godot/imported/leaves.webp-911dbf6a3efad3989331dad3227e20a1.ctex"] [params] -compress/mode=2 +compress/mode=1 compress/high_quality=false compress/lossy_quality=0.7 compress/hdr_compression=1 |