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/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 ++++ 19 files changed, 4 insertions(+) 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 (limited to 'assets/sounds/hits') 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 -- cgit v1.2.3