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/textures | |
| 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/textures')
| -rw-r--r-- | client/map/textures/palette.png.import | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/client/map/textures/palette.png.import b/client/map/textures/palette.png.import index 97dc821b..f3b27d99 100644 --- a/client/map/textures/palette.png.import +++ b/client/map/textures/palette.png.import @@ -3,21 +3,19 @@ importer="texture" type="CompressedTexture2D" uid="uid://dgcs4wkxsxe6a" -path.s3tc="res://.godot/imported/palette.png-7d1d158ba6a12563fba40a96786b0940.s3tc.ctex" -path.etc2="res://.godot/imported/palette.png-7d1d158ba6a12563fba40a96786b0940.etc2.ctex" +path="res://.godot/imported/palette.png-7d1d158ba6a12563fba40a96786b0940.ctex" metadata={ -"imported_formats": ["s3tc_bptc", "etc2_astc"], -"vram_texture": true +"vram_texture": false } [deps] source_file="res://map/textures/palette.png" -dest_files=["res://.godot/imported/palette.png-7d1d158ba6a12563fba40a96786b0940.s3tc.ctex", "res://.godot/imported/palette.png-7d1d158ba6a12563fba40a96786b0940.etc2.ctex"] +dest_files=["res://.godot/imported/palette.png-7d1d158ba6a12563fba40a96786b0940.ctex"] [params] -compress/mode=2 +compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 compress/hdr_compression=1 |