Skip to content

Commit

Permalink
adding music to the game
Browse files Browse the repository at this point in the history
2d audio player component for spatial sounds in arena and simple audio player component for other normal sounds
2 Buses: SFX - for menu items and Music - for background music
  • Loading branch information
KartikWatts committed Jan 28, 2024
1 parent a4416f4 commit 9a9efb0
Show file tree
Hide file tree
Showing 92 changed files with 946 additions and 50 deletions.
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/HearWhatTheySay.mp3.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="mp3"
type="AudioStreamMP3"
uid="uid://bav11kdl00vlh"
path="res://.godot/imported/HearWhatTheySay.mp3-957f63d9fc82678c648f17638af33b63.mp3str"

[deps]

source_file="res://assets/audio/HearWhatTheySay.mp3"
dest_files=["res://.godot/imported/HearWhatTheySay.mp3-957f63d9fc82678c648f17638af33b63.mp3str"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file added 2d-survivors-course/assets/audio/click1.ogg
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/click1.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://cbxufg2575o6t"
path="res://.godot/imported/click1.ogg-2192c173b1db968ba6116cda1281a7eb.oggvorbisstr"

[deps]

source_file="res://assets/audio/click1.ogg"
dest_files=["res://.godot/imported/click1.ogg-2192c173b1db968ba6116cda1281a7eb.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file added 2d-survivors-course/assets/audio/click2.ogg
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/click2.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://c3vaq33wymu0h"
path="res://.godot/imported/click2.ogg-d83824e8625b3200d9a48568bfe98ecb.oggvorbisstr"

[deps]

source_file="res://assets/audio/click2.ogg"
dest_files=["res://.godot/imported/click2.ogg-d83824e8625b3200d9a48568bfe98ecb.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file added 2d-survivors-course/assets/audio/click3.ogg
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/click3.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://c0r8yea2s8ekt"
path="res://.godot/imported/click3.ogg-96f6001e9bb9ef5fdfa727312e31c470.oggvorbisstr"

[deps]

source_file="res://assets/audio/click3.ogg"
dest_files=["res://.godot/imported/click3.ogg-96f6001e9bb9ef5fdfa727312e31c470.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file added 2d-survivors-course/assets/audio/click4.ogg
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/click4.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://cm3etwbfphs0l"
path="res://.godot/imported/click4.ogg-ba088da03c49f8d475f3c7b8cad3d0fe.oggvorbisstr"

[deps]

source_file="res://assets/audio/click4.ogg"
dest_files=["res://.godot/imported/click4.ogg-ba088da03c49f8d475f3c7b8cad3d0fe.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file added 2d-survivors-course/assets/audio/click5.ogg
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/click5.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://cnb2wbpayd18j"
path="res://.godot/imported/click5.ogg-1584bb6ab2f87c0d37f54956df75e65c.oggvorbisstr"

[deps]

source_file="res://assets/audio/click5.ogg"
dest_files=["res://.godot/imported/click5.ogg-1584bb6ab2f87c0d37f54956df75e65c.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/footstep_carpet_000.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://dxp4pv4dwcl5e"
path="res://.godot/imported/footstep_carpet_000.ogg-7fc69e178033a1e9e6d523b3ad5d8c64.oggvorbisstr"

[deps]

source_file="res://assets/audio/footstep_carpet_000.ogg"
dest_files=["res://.godot/imported/footstep_carpet_000.ogg-7fc69e178033a1e9e6d523b3ad5d8c64.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/footstep_carpet_001.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://c5lnxdxs83f6h"
path="res://.godot/imported/footstep_carpet_001.ogg-55367f95ccce42b17c65bfcc70446821.oggvorbisstr"

[deps]

source_file="res://assets/audio/footstep_carpet_001.ogg"
dest_files=["res://.godot/imported/footstep_carpet_001.ogg-55367f95ccce42b17c65bfcc70446821.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/footstep_carpet_002.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://bq2fagxx83sc2"
path="res://.godot/imported/footstep_carpet_002.ogg-7f50e85f431176a9e6e1f0fee6f5f006.oggvorbisstr"

[deps]

source_file="res://assets/audio/footstep_carpet_002.ogg"
dest_files=["res://.godot/imported/footstep_carpet_002.ogg-7f50e85f431176a9e6e1f0fee6f5f006.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/footstep_carpet_003.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://nm01pjyoq4lx"
path="res://.godot/imported/footstep_carpet_003.ogg-225d34540a8b097baaad7e189ede3b9a.oggvorbisstr"

[deps]

source_file="res://assets/audio/footstep_carpet_003.ogg"
dest_files=["res://.godot/imported/footstep_carpet_003.ogg-225d34540a8b097baaad7e189ede3b9a.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/footstep_carpet_004.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://d1dhc71p4ekjl"
path="res://.godot/imported/footstep_carpet_004.ogg-d01a52dedb8b8b55b92c79ed733fb23f.oggvorbisstr"

[deps]

source_file="res://assets/audio/footstep_carpet_004.ogg"
dest_files=["res://.godot/imported/footstep_carpet_004.ogg-d01a52dedb8b8b55b92c79ed733fb23f.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://dlvxx77m1172"
path="res://.godot/imported/impactGeneric_light_000.ogg-9831f20f9dbfb89fee964c2d3f723618.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactGeneric_light_000.ogg"
dest_files=["res://.godot/imported/impactGeneric_light_000.ogg-9831f20f9dbfb89fee964c2d3f723618.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://d05s0purfltca"
path="res://.godot/imported/impactGeneric_light_001.ogg-e03fc36da219501a8089f9e667a3e3f5.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactGeneric_light_001.ogg"
dest_files=["res://.godot/imported/impactGeneric_light_001.ogg-e03fc36da219501a8089f9e667a3e3f5.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://cflrbsdwej5ex"
path="res://.godot/imported/impactGeneric_light_002.ogg-85069d215badd117519e4469b474ebbb.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactGeneric_light_002.ogg"
dest_files=["res://.godot/imported/impactGeneric_light_002.ogg-85069d215badd117519e4469b474ebbb.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://qxwc1rmh8k61"
path="res://.godot/imported/impactGeneric_light_003.ogg-63d63aeda3e340d294dbe57d14308874.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactGeneric_light_003.ogg"
dest_files=["res://.godot/imported/impactGeneric_light_003.ogg-63d63aeda3e340d294dbe57d14308874.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://2o0h0tu64xbh"
path="res://.godot/imported/impactGeneric_light_004.ogg-fb70ae5f9d8f0ba957e77f203e0cd9c1.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactGeneric_light_004.ogg"
dest_files=["res://.godot/imported/impactGeneric_light_004.ogg-fb70ae5f9d8f0ba957e77f203e0cd9c1.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/impactMining_000.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://11bxketl25mc"
path="res://.godot/imported/impactMining_000.ogg-9612d9dcfbbb7b2439f3ca0278f43dc9.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactMining_000.ogg"
dest_files=["res://.godot/imported/impactMining_000.ogg-9612d9dcfbbb7b2439f3ca0278f43dc9.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/impactMining_001.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://bhu6kh6dsa204"
path="res://.godot/imported/impactMining_001.ogg-190f8827c83ee28eb855be1937fb99ac.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactMining_001.ogg"
dest_files=["res://.godot/imported/impactMining_001.ogg-190f8827c83ee28eb855be1937fb99ac.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/impactMining_002.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://c2flwuqw2y1s0"
path="res://.godot/imported/impactMining_002.ogg-7d1eed620fa442a9326601f50208876a.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactMining_002.ogg"
dest_files=["res://.godot/imported/impactMining_002.ogg-7d1eed620fa442a9326601f50208876a.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
19 changes: 19 additions & 0 deletions 2d-survivors-course/assets/audio/impactMining_003.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://d3ttkp3wxbxu2"
path="res://.godot/imported/impactMining_003.ogg-60d0d81a69386b7ac2f7331ec132fc46.oggvorbisstr"

[deps]

source_file="res://assets/audio/impactMining_003.ogg"
dest_files=["res://.godot/imported/impactMining_003.ogg-60d0d81a69386b7ac2f7331ec132fc46.oggvorbisstr"]

[params]

loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
Loading

0 comments on commit 9a9efb0

Please sign in to comment.