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 /sfx | |
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 'sfx')
-rw-r--r-- | sfx/door_open.wav (renamed from sfx/found_item.wav) | bin | 48870 -> 48870 bytes | |||
-rw-r--r-- | sfx/door_open.wav.import (renamed from sfx/found_item.wav.import) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx/found_item.wav b/sfx/door_open.wav Binary files differindex eef9fdf..eef9fdf 100644 --- a/sfx/found_item.wav +++ b/sfx/door_open.wav diff --git a/sfx/found_item.wav.import b/sfx/door_open.wav.import index 81fbc3b..ff9ac4e 100644 --- a/sfx/found_item.wav.import +++ b/sfx/door_open.wav.import @@ -2,12 +2,12 @@ importer="wav" type="AudioStreamSample" -path="res://.import/found_item.wav-018b3bdc3b80db7e8e7981fb2514df67.sample" +path="res://.import/door_open.wav-d5d84f2217541d3bf4a8ec0beff4c3d5.sample" [deps] -source_file="res://sfx/found_item.wav" -dest_files=[ "res://.import/found_item.wav-018b3bdc3b80db7e8e7981fb2514df67.sample" ] +source_file="res://sfx/door_open.wav" +dest_files=[ "res://.import/door_open.wav-d5d84f2217541d3bf4a8ec0beff4c3d5.sample" ] [params] |