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 /sfx/hurt2.wav.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 'sfx/hurt2.wav.import')
-rw-r--r-- | sfx/hurt2.wav.import | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sfx/hurt2.wav.import b/sfx/hurt2.wav.import new file mode 100644 index 0000000..91d1590 --- /dev/null +++ b/sfx/hurt2.wav.import @@ -0,0 +1,21 @@ +[remap] + +importer="wav" +type="AudioStreamSample" +path="res://.import/hurt2.wav-f9bf192020689a696c78601b71de5156.sample" + +[deps] + +source_file="res://sfx/hurt2.wav" +dest_files=[ "res://.import/hurt2.wav-f9bf192020689a696c78601b71de5156.sample" ] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop=false +compress/mode=0 |