Skip to content

Commit

Permalink
changed import settings for normal maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnklit committed Jan 27, 2021
1 parent 7da8a18 commit 7fbac12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions addons/waterways/textures/lava_normal_bump.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

importer="texture"
type="StreamTexture"
path.s3tc="res://.import/lava_normal_bump.png-7ae873772cb659577ce76e9649dce6a0.s3tc.stex"
path.etc2="res://.import/lava_normal_bump.png-7ae873772cb659577ce76e9649dce6a0.etc2.stex"
path="res://.import/lava_normal_bump.png-7ae873772cb659577ce76e9649dce6a0.stex"
metadata={
"imported_formats": [ "s3tc", "etc2" ],
"vram_texture": true
"vram_texture": false
}

[deps]

source_file="res://addons/waterways/textures/lava_normal_bump.png"
dest_files=[ "res://.import/lava_normal_bump.png-7ae873772cb659577ce76e9649dce6a0.s3tc.stex", "res://.import/lava_normal_bump.png-7ae873772cb659577ce76e9649dce6a0.etc2.stex" ]
dest_files=[ "res://.import/lava_normal_bump.png-7ae873772cb659577ce76e9649dce6a0.stex" ]

[params]

compress/mode=2
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
Expand Down
10 changes: 4 additions & 6 deletions addons/waterways/textures/water1_normal_bump.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

importer="texture"
type="StreamTexture"
path.s3tc="res://.import/water1_normal_bump.png-1e68aa6d8e854a1982405bf0b2a66d64.s3tc.stex"
path.etc2="res://.import/water1_normal_bump.png-1e68aa6d8e854a1982405bf0b2a66d64.etc2.stex"
path="res://.import/water1_normal_bump.png-1e68aa6d8e854a1982405bf0b2a66d64.stex"
metadata={
"imported_formats": [ "s3tc", "etc2" ],
"vram_texture": true
"vram_texture": false
}

[deps]

source_file="res://addons/waterways/textures/water1_normal_bump.png"
dest_files=[ "res://.import/water1_normal_bump.png-1e68aa6d8e854a1982405bf0b2a66d64.s3tc.stex", "res://.import/water1_normal_bump.png-1e68aa6d8e854a1982405bf0b2a66d64.etc2.stex" ]
dest_files=[ "res://.import/water1_normal_bump.png-1e68aa6d8e854a1982405bf0b2a66d64.stex" ]

[params]

compress/mode=2
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
Expand Down

0 comments on commit 7fbac12

Please sign in to comment.