From aef396151234aa21af4a658ea11f03ea9434961c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 14 Apr 2022 16:36:24 +0530 Subject: 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 --- sfx/death.wav.import | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sfx/death.wav.import (limited to 'sfx/death.wav.import') diff --git a/sfx/death.wav.import b/sfx/death.wav.import new file mode 100644 index 0000000..4bf66b2 --- /dev/null +++ b/sfx/death.wav.import @@ -0,0 +1,21 @@ +[remap] + +importer="wav" +type="AudioStreamSample" +path="res://.import/death.wav-8591d1c850a531e6d680c433a6e9c93b.sample" + +[deps] + +source_file="res://sfx/death.wav" +dest_files=[ "res://.import/death.wav-8591d1c850a531e6d680c433a6e9c93b.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 -- cgit v1.2.3