Skip to content

Commit

Permalink
chore: add gitattributes and import file
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Dec 21, 2023
1 parent 421a441 commit 9f1fb50
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
34 changes: 34 additions & 0 deletions godot-tour-screenshot.webp.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://drp2cgcf67p8u"
path="res://.godot/imported/godot-tour-screenshot.webp-01a1d13fe8b042c6bdc93ddf566617c8.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://godot-tour-screenshot.webp"
dest_files=["res://.godot/imported/godot-tour-screenshot.webp-01a1d13fe8b042c6bdc93ddf566617c8.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

0 comments on commit 9f1fb50

Please sign in to comment.