Skip to content

Commit

Permalink
fix(ci): enable etc import
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Aug 9, 2022
1 parent 29cb786 commit 83bf47d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions assets/Wood05_col.jpg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="StreamTexture"
path.s3tc="res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.s3tc.stex"
path.etc2="res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.etc2.stex"
path.etc="res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2" ],
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}

[deps]

source_file="res://assets/Wood05_col.jpg"
dest_files=[ "res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.s3tc.stex", "res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.etc2.stex" ]
dest_files=[ "res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.s3tc.stex", "res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.etc2.stex", "res://.import/Wood05_col.jpg-2a98dc9186c66565b4172473844de988.etc.stex" ]

[params]

Expand Down
5 changes: 3 additions & 2 deletions assets/icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="StreamTexture"
path.s3tc="res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.s3tc.stex"
path.etc2="res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.etc2.stex"
path.etc="res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2" ],
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}

[deps]

source_file="res://assets/icon.png"
dest_files=[ "res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.s3tc.stex", "res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.etc2.stex" ]
dest_files=[ "res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.s3tc.stex", "res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.etc2.stex", "res://.import/icon.png-b6a7fb2db36edd3d95dc42f1dc8c1c5d.etc.stex" ]

[params]

Expand Down
1 change: 1 addition & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,5 @@ common/enable_object_picking=false
[rendering]

quality/driver/fallback_to_gles2=true
vram_compression/import_etc=true
environment/default_environment="res://default_env.tres"

0 comments on commit 83bf47d

Please sign in to comment.