diff options
author | BrickPi <ajmach6@gmail.com> | 2024-01-19 22:52:24 +0100 |
---|---|---|
committer | BrickPi <ajmach6@gmail.com> | 2024-01-21 16:25:06 +0100 |
commit | 2940411cb33a64cd41c2d39ddf98aab54edc9f69 (patch) | |
tree | 8cefa44e20d3fd26f7ba083454ffdcbb43c1d05f /game/audio/sfx | |
parent | fb2561bd998f211d2099f811a6b6b25a57118160 (diff) |
Reorganise Asset File Structure
Diffstat (limited to 'game/audio/sfx')
-rw-r--r-- | game/audio/sfx/click.ogg | bin | 7665 -> 0 bytes | |||
-rw-r--r-- | game/audio/sfx/click.ogg.import | 19 |
2 files changed, 0 insertions, 19 deletions
diff --git a/game/audio/sfx/click.ogg b/game/audio/sfx/click.ogg Binary files differdeleted file mode 100644 index db6685c..0000000 --- a/game/audio/sfx/click.ogg +++ /dev/null diff --git a/game/audio/sfx/click.ogg.import b/game/audio/sfx/click.ogg.import deleted file mode 100644 index bd62a60..0000000 --- a/game/audio/sfx/click.ogg.import +++ /dev/null @@ -1,19 +0,0 @@ -[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 |