diff options
author | Indrajith K L | 2022-04-14 16:36:24 +0530 |
---|---|---|
committer | Indrajith K L | 2022-04-14 16:36:24 +0530 |
commit | aef396151234aa21af4a658ea11f03ea9434961c (patch) | |
tree | e6572f4e53830283846f4294b43f083159c5fd50 /backgrounds/Gray.png.import | |
parent | 8bf932bf0b2184c1dc11241bb9c84d6c4e420293 (diff) | |
download | gamedevjs-jam-aef396151234aa21af4a658ea11f03ea9434961c.tar.gz gamedevjs-jam-aef396151234aa21af4a658ea11f03ea9434961c.tar.bz2 gamedevjs-jam-aef396151234aa21af4a658ea11f03ea9434961c.zip |
Graphics and SFX Changes
* Adds Background parallax images (not exactly parallax since we have a fixed camera)
* Adds SFX
* Fixes Pickable collisions and SFX playback
Diffstat (limited to 'backgrounds/Gray.png.import')
-rw-r--r-- | backgrounds/Gray.png.import | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/backgrounds/Gray.png.import b/backgrounds/Gray.png.import new file mode 100644 index 0000000..3a1028e --- /dev/null +++ b/backgrounds/Gray.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/Gray.png-58a615d2cdd5c7d723a1f0573bdd7ed1.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://backgrounds/Gray.png" +dest_files=[ "res://.import/Gray.png-58a615d2cdd5c7d723a1f0573bdd7ed1.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 |