diff options
author | BrickPi <49528459+BrickPi@users.noreply.github.com> | 2023-02-26 17:09:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 17:09:13 +0100 |
commit | a37c5085c3b7ee515789d681c8c18d71071fb771 (patch) | |
tree | 7b57a387e008c168c9f4a39b123681dc684cadf2 /game/audio/sfx/click.ogg.import | |
parent | 17270d65023184bd1eed10aea223f91947bea8e8 (diff) |
Add Sound Effect Manager (#25)
Diffstat (limited to 'game/audio/sfx/click.ogg.import')
-rw-r--r-- | game/audio/sfx/click.ogg.import | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/game/audio/sfx/click.ogg.import b/game/audio/sfx/click.ogg.import new file mode 100644 index 0000000..bd62a60 --- /dev/null +++ b/game/audio/sfx/click.ogg.import @@ -0,0 +1,19 @@ +[remap] + +importer="oggvorbisstr" +type="AudioStreamOggVorbis" +uid="uid://ba28aehsahrqp" +path="res://.godot/imported/click.ogg-384bcd712738d3bf739a83a5627efe9f.oggvorbisstr" + +[deps] + +source_file="res://audio/sfx/click.ogg" +dest_files=["res://.godot/imported/click.ogg-384bcd712738d3bf739a83a5627efe9f.oggvorbisstr"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 |