diff options
author | Indrajith K L | 2022-04-18 01:21:58 +0530 |
---|---|---|
committer | Indrajith K L | 2022-04-18 01:21:58 +0530 |
commit | 77b9080c3b375b44b0cd830fe31bf60480c85619 (patch) | |
tree | 986583402ff6c3517fbe04a7f172c346713bb1e8 /static/door/door.png.import | |
parent | 31089507aae1d35d0deeb2c412cfa311e7a57563 (diff) | |
download | gamedevjs-jam-77b9080c3b375b44b0cd830fe31bf60480c85619.tar.gz gamedevjs-jam-77b9080c3b375b44b0cd830fe31bf60480c85619.tar.bz2 gamedevjs-jam-77b9080c3b375b44b0cd830fe31bf60480c85619.zip |
Player Animation converted to Animation Tree
Level 1 Design
Door Mechanism
Core Gameplay Mechanism - In-Progress
Diffstat (limited to 'static/door/door.png.import')
-rw-r--r-- | static/door/door.png.import | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/static/door/door.png.import b/static/door/door.png.import new file mode 100644 index 0000000..95b3e07 --- /dev/null +++ b/static/door/door.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/door.png-5d517bf8d15491aeda1cf3ab4a2489c5.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://static/door/door.png" +dest_files=[ "res://.import/door.png-5d517bf8d15491aeda1cf3ab4a2489c5.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=false +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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 |