added more sounds

This commit is contained in:
jammybread 2017-09-02 01:27:30 +01:00
parent 8252ee5355
commit 1a707521fd
11 changed files with 91 additions and 7 deletions

BIN
bbounce1.wav (Stored with Git LFS) Normal file

Binary file not shown.

16
bbounce1.wav.import Normal file
View File

@ -0,0 +1,16 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/bbounce1.wav-79112530a7b37a85d14656fcb0c07570.sample"
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=true
edit/normalize=true
edit/loop=false
compress/mode=0

BIN
bbounce2.wav (Stored with Git LFS) Normal file

Binary file not shown.

16
bbounce2.wav.import Normal file
View File

@ -0,0 +1,16 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/bbounce2.wav-6cc5769e5bc0d07cde0fc8d7e5168988.sample"
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=true
edit/normalize=true
edit/loop=false
compress/mode=0

BIN
bounce1.wav (Stored with Git LFS)

Binary file not shown.

BIN
cheer.wav (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
importer="wav"
type="AudioStreamSample"
path="res://.import/bounce1.wav-03304e4f3b8c5221bfea1662f69dd036.sample"
path="res://.import/cheer.wav-c06d5457c932fe27d8344db82afda5ed.sample"
[params]

View File

@ -1,11 +1,14 @@
[gd_scene load_steps=7 format=2]
[gd_scene load_steps=10 format=2]
[ext_resource path="res://pong.vs" type="Script" id=1]
[ext_resource path="res://left_pallete.png" type="Texture" id=2]
[ext_resource path="res://right_pallete.png" type="Texture" id=3]
[ext_resource path="res://separator.png" type="Texture" id=4]
[ext_resource path="res://ball.png" type="Texture" id=5]
[ext_resource path="res://bounce1.wav" type="AudioStream" id=6]
[ext_resource path="res://bbounce1.wav" type="AudioStream" id=6]
[ext_resource path="res://bbounce2.wav" type="AudioStream" id=7]
[ext_resource path="res://wallbounce.wav" type="AudioStream" id=8]
[ext_resource path="res://cheer.wav" type="AudioStream" id=9]
[node name="Node2D" type="Node2D"]
@ -34,7 +37,31 @@ texture = ExtResource( 5 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 6 )
volume_db = 5.0
volume_db = 0.0
autoplay = false
mix_target = 0
bus = "Master"
[node name="AudioStreamPlayer2" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 7 )
volume_db = 0.0
autoplay = false
mix_target = 0
bus = "Master"
[node name="AudioStreamPlayer3" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 8 )
volume_db = 0.0
autoplay = false
mix_target = 0
bus = "Master"
[node name="AudioStreamPlayer4" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 9 )
volume_db = 0.0
autoplay = false
mix_target = 0
bus = "Master"

BIN
pong.vs

Binary file not shown.

BIN
wallbounce.wav (Stored with Git LFS) Normal file

Binary file not shown.

16
wallbounce.wav.import Normal file
View File

@ -0,0 +1,16 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/wallbounce.wav-7ec0e5e7cbc47c8efb8341d9e5b917d3.sample"
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=true
edit/normalize=true
edit/loop=false
compress/mode=0