mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +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"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ebyf8q6s6yuj"
|
||||
path.s3tc="res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.etc2.ctex"
|
||||
path="res://.godot/imported/texture_0.png-3885559f1cd03962459520e5a01eb4b2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc", "etc2"],
|
||||
"vram_texture": true
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
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]
|
||||
|
||||
compress/mode=2
|
||||
compress/mode=3
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/bptc_ldr=0
|
||||
|
|
|
@ -3,21 +3,19 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cdpn34mdaq545"
|
||||
path.s3tc="res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.etc2.ctex"
|
||||
path="res://.godot/imported/texture_1.png-9fbd3af4843d9622d58b51ee93c19f7f.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc", "etc2"],
|
||||
"vram_texture": true
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
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]
|
||||
|
||||
compress/mode=2
|
||||
compress/mode=3
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/bptc_ldr=0
|
||||
|
|
Loading…
Reference in a new issue