diff options
author | Pelle Nilsson <pelle@hexandcounter.org> | 2020-07-20 15:25:30 +0200 |
---|---|---|
committer | Pelle Nilsson <pelle@hexandcounter.org> | 2020-07-20 15:25:30 +0200 |
commit | ba300864ef29f5fa60104bd3742ec3e5f73f7856 (patch) | |
tree | e6f83140ad112e562c75307466ce88b4356fa9f4 /assets/black.png.import | |
parent | a20aa6dbc4317dd9e221a6992c6b1f0ac405554d (diff) | |
download | godot-hexgrid-ba300864ef29f5fa60104bd3742ec3e5f73f7856.zip godot-hexgrid-ba300864ef29f5fa60104bd3742ec3e5f73f7856.tar.gz |
Ignore .import, but unignore *.import
The *.import files are useful to have the
import settings of assets in version control.
Otherwise changes to how assets are imported
will be lost. However the .import subdirectory
can be ignored as everything in it is automatically
generated when opening the editor anyway.
Diffstat (limited to 'assets/black.png.import')
-rw-r--r-- | assets/black.png.import | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/assets/black.png.import b/assets/black.png.import new file mode 100644 index 0000000..02cbcd3 --- /dev/null +++ b/assets/black.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/black.png-0c928088330c4cddf9e28b960b6ccae3.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/black.png" +dest_files=[ "res://.import/black.png-0c928088330c4cddf9e28b960b6ccae3.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 |