From f5e60ac6142f5f3d71f5a6edc581094df840f12e Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 22 Mar 2022 02:20:02 +0530 Subject: Initial Commit * Basic Entity System Implemented --- assets/sounds/atmosphere1.ogg | Bin 0 -> 92227 bytes assets/sounds/cicada1.ogg | Bin 0 -> 23243 bytes assets/sounds/gotsomething.mp3 | Bin 0 -> 41834 bytes assets/sounds/heart.wav | Bin 0 -> 31062 bytes assets/sounds/heartbeat_fast_0.wav | Bin 0 -> 397080 bytes assets/sounds/hits/1.ogg | Bin 0 -> 6376 bytes assets/sounds/hits/10.ogg | Bin 0 -> 6698 bytes assets/sounds/hits/11.ogg | Bin 0 -> 6779 bytes assets/sounds/hits/12.ogg | Bin 0 -> 6265 bytes assets/sounds/hits/13.ogg | Bin 0 -> 6756 bytes assets/sounds/hits/14.ogg | Bin 0 -> 6922 bytes assets/sounds/hits/15.ogg | Bin 0 -> 6341 bytes assets/sounds/hits/16.ogg | Bin 0 -> 7089 bytes assets/sounds/hits/17.ogg | Bin 0 -> 6120 bytes assets/sounds/hits/18.ogg | Bin 0 -> 7203 bytes assets/sounds/hits/2.ogg | Bin 0 -> 6179 bytes assets/sounds/hits/3.ogg | Bin 0 -> 6655 bytes assets/sounds/hits/4.ogg | Bin 0 -> 6573 bytes assets/sounds/hits/5.ogg | Bin 0 -> 6654 bytes assets/sounds/hits/6.ogg | Bin 0 -> 6369 bytes assets/sounds/hits/7.ogg | Bin 0 -> 6716 bytes assets/sounds/hits/8.ogg | Bin 0 -> 6772 bytes assets/sounds/hits/9.ogg | Bin 0 -> 6281 bytes assets/sounds/hits/README.txt | 4 ++++ assets/sounds/monster_growl.wav | Bin 0 -> 448152 bytes assets/sounds/thunder.ogg | Bin 0 -> 51493 bytes 26 files changed, 4 insertions(+) create mode 100644 assets/sounds/atmosphere1.ogg create mode 100644 assets/sounds/cicada1.ogg create mode 100644 assets/sounds/gotsomething.mp3 create mode 100644 assets/sounds/heart.wav create mode 100644 assets/sounds/heartbeat_fast_0.wav create mode 100644 assets/sounds/hits/1.ogg create mode 100644 assets/sounds/hits/10.ogg create mode 100644 assets/sounds/hits/11.ogg create mode 100644 assets/sounds/hits/12.ogg create mode 100644 assets/sounds/hits/13.ogg create mode 100644 assets/sounds/hits/14.ogg create mode 100644 assets/sounds/hits/15.ogg create mode 100644 assets/sounds/hits/16.ogg create mode 100644 assets/sounds/hits/17.ogg create mode 100644 assets/sounds/hits/18.ogg create mode 100644 assets/sounds/hits/2.ogg create mode 100644 assets/sounds/hits/3.ogg create mode 100644 assets/sounds/hits/4.ogg create mode 100644 assets/sounds/hits/5.ogg create mode 100644 assets/sounds/hits/6.ogg create mode 100644 assets/sounds/hits/7.ogg create mode 100644 assets/sounds/hits/8.ogg create mode 100644 assets/sounds/hits/9.ogg create mode 100644 assets/sounds/hits/README.txt create mode 100644 assets/sounds/monster_growl.wav create mode 100644 assets/sounds/thunder.ogg (limited to 'assets/sounds') diff --git a/assets/sounds/atmosphere1.ogg b/assets/sounds/atmosphere1.ogg new file mode 100644 index 0000000..e811dc2 Binary files /dev/null and b/assets/sounds/atmosphere1.ogg differ diff --git a/assets/sounds/cicada1.ogg b/assets/sounds/cicada1.ogg new file mode 100644 index 0000000..ec2251a Binary files /dev/null and b/assets/sounds/cicada1.ogg differ diff --git a/assets/sounds/gotsomething.mp3 b/assets/sounds/gotsomething.mp3 new file mode 100644 index 0000000..5a6934b Binary files /dev/null and b/assets/sounds/gotsomething.mp3 differ diff --git a/assets/sounds/heart.wav b/assets/sounds/heart.wav new file mode 100644 index 0000000..6233a23 Binary files /dev/null and b/assets/sounds/heart.wav differ diff --git a/assets/sounds/heartbeat_fast_0.wav b/assets/sounds/heartbeat_fast_0.wav new file mode 100644 index 0000000..7fd7b2a Binary files /dev/null and b/assets/sounds/heartbeat_fast_0.wav differ diff --git a/assets/sounds/hits/1.ogg b/assets/sounds/hits/1.ogg new file mode 100644 index 0000000..d0169ab Binary files /dev/null and b/assets/sounds/hits/1.ogg differ diff --git a/assets/sounds/hits/10.ogg b/assets/sounds/hits/10.ogg new file mode 100644 index 0000000..33f2541 Binary files /dev/null and b/assets/sounds/hits/10.ogg differ diff --git a/assets/sounds/hits/11.ogg b/assets/sounds/hits/11.ogg new file mode 100644 index 0000000..c547ca1 Binary files /dev/null and b/assets/sounds/hits/11.ogg differ diff --git a/assets/sounds/hits/12.ogg b/assets/sounds/hits/12.ogg new file mode 100644 index 0000000..96d8689 Binary files /dev/null and b/assets/sounds/hits/12.ogg differ diff --git a/assets/sounds/hits/13.ogg b/assets/sounds/hits/13.ogg new file mode 100644 index 0000000..2aa3611 Binary files /dev/null and b/assets/sounds/hits/13.ogg differ diff --git a/assets/sounds/hits/14.ogg b/assets/sounds/hits/14.ogg new file mode 100644 index 0000000..fb0aef7 Binary files /dev/null and b/assets/sounds/hits/14.ogg differ diff --git a/assets/sounds/hits/15.ogg b/assets/sounds/hits/15.ogg new file mode 100644 index 0000000..9fd6688 Binary files /dev/null and b/assets/sounds/hits/15.ogg differ diff --git a/assets/sounds/hits/16.ogg b/assets/sounds/hits/16.ogg new file mode 100644 index 0000000..73fc472 Binary files /dev/null and b/assets/sounds/hits/16.ogg differ diff --git a/assets/sounds/hits/17.ogg b/assets/sounds/hits/17.ogg new file mode 100644 index 0000000..c634e2c Binary files /dev/null and b/assets/sounds/hits/17.ogg differ diff --git a/assets/sounds/hits/18.ogg b/assets/sounds/hits/18.ogg new file mode 100644 index 0000000..aaf2e77 Binary files /dev/null and b/assets/sounds/hits/18.ogg differ diff --git a/assets/sounds/hits/2.ogg b/assets/sounds/hits/2.ogg new file mode 100644 index 0000000..9c8b8b7 Binary files /dev/null and b/assets/sounds/hits/2.ogg differ diff --git a/assets/sounds/hits/3.ogg b/assets/sounds/hits/3.ogg new file mode 100644 index 0000000..45be628 Binary files /dev/null and b/assets/sounds/hits/3.ogg differ diff --git a/assets/sounds/hits/4.ogg b/assets/sounds/hits/4.ogg new file mode 100644 index 0000000..abb7e9f Binary files /dev/null and b/assets/sounds/hits/4.ogg differ diff --git a/assets/sounds/hits/5.ogg b/assets/sounds/hits/5.ogg new file mode 100644 index 0000000..c616fdd Binary files /dev/null and b/assets/sounds/hits/5.ogg differ diff --git a/assets/sounds/hits/6.ogg b/assets/sounds/hits/6.ogg new file mode 100644 index 0000000..2928a3b Binary files /dev/null and b/assets/sounds/hits/6.ogg differ diff --git a/assets/sounds/hits/7.ogg b/assets/sounds/hits/7.ogg new file mode 100644 index 0000000..2c1155b Binary files /dev/null and b/assets/sounds/hits/7.ogg differ diff --git a/assets/sounds/hits/8.ogg b/assets/sounds/hits/8.ogg new file mode 100644 index 0000000..5f6249e Binary files /dev/null and b/assets/sounds/hits/8.ogg differ diff --git a/assets/sounds/hits/9.ogg b/assets/sounds/hits/9.ogg new file mode 100644 index 0000000..992a534 Binary files /dev/null and b/assets/sounds/hits/9.ogg differ diff --git a/assets/sounds/hits/README.txt b/assets/sounds/hits/README.txt new file mode 100644 index 0000000..537ebef --- /dev/null +++ b/assets/sounds/hits/README.txt @@ -0,0 +1,4 @@ +Adapted from Punch, slap, n' kick.wav +by CGEffex +http://freesound.org/people/CGEffex/sounds/98341/ +http://creativecommons.org/licenses/by/3.0/ \ No newline at end of file diff --git a/assets/sounds/monster_growl.wav b/assets/sounds/monster_growl.wav new file mode 100644 index 0000000..9fc1c91 Binary files /dev/null and b/assets/sounds/monster_growl.wav differ diff --git a/assets/sounds/thunder.ogg b/assets/sounds/thunder.ogg new file mode 100644 index 0000000..1053d6b Binary files /dev/null and b/assets/sounds/thunder.ogg differ -- cgit v1.2.3