mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-25 01:04:18 +00:00
Fix weird graphical artifacts
This commit is contained in:
parent
b7b5b2f017
commit
a073bc4e73
2 changed files with 8 additions and 12 deletions
|
@ -3,21 +3,19 @@
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://ebyf8q6s6yuj"
|
uid="uid://ebyf8q6s6yuj"
|
||||||
path.s3tc="res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.s3tc.ctex"
|
path="res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.ctex"
|
||||||
path.etc2="res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.etc2.ctex"
|
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc", "etc2"],
|
"vram_texture": false
|
||||||
"vram_texture": true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/island_model/texture_0.png"
|
source_file="res://assets/island_model/texture_0.png"
|
||||||
dest_files=["res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.s3tc.ctex", "res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.etc2.ctex"]
|
dest_files=["res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
compress/mode=2
|
compress/mode=3
|
||||||
compress/lossy_quality=0.7
|
compress/lossy_quality=0.7
|
||||||
compress/hdr_compression=1
|
compress/hdr_compression=1
|
||||||
compress/bptc_ldr=0
|
compress/bptc_ldr=0
|
||||||
|
|
|
@ -3,21 +3,19 @@
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://cdpn34mdaq545"
|
uid="uid://cdpn34mdaq545"
|
||||||
path.s3tc="res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.s3tc.ctex"
|
path="res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.ctex"
|
||||||
path.etc2="res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.etc2.ctex"
|
|
||||||
metadata={
|
metadata={
|
||||||
"imported_formats": ["s3tc", "etc2"],
|
"vram_texture": false
|
||||||
"vram_texture": true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/island_model/texture_1.png"
|
source_file="res://assets/island_model/texture_1.png"
|
||||||
dest_files=["res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.s3tc.ctex", "res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.etc2.ctex"]
|
dest_files=["res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
compress/mode=2
|
compress/mode=3
|
||||||
compress/lossy_quality=0.7
|
compress/lossy_quality=0.7
|
||||||
compress/hdr_compression=1
|
compress/hdr_compression=1
|
||||||
compress/bptc_ldr=0
|
compress/bptc_ldr=0
|
||||||
|
|
Loading…
Reference in a new issue