add sfx sounds
This commit is contained in:
parent
5126dc6f2a
commit
b114ff01e0
55 changed files with 597 additions and 7 deletions
15
default_bus_layout.tres
Normal file
15
default_bus_layout.tres
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="AudioBusLayout" format=3 uid="uid://ble0l0yxpn0r4"]
|
||||
|
||||
[resource]
|
||||
bus/1/name = &"Motor"
|
||||
bus/1/solo = false
|
||||
bus/1/mute = false
|
||||
bus/1/bypass_fx = false
|
||||
bus/1/volume_db = -6.24739
|
||||
bus/1/send = &"Master"
|
||||
bus/2/name = &"Crash"
|
||||
bus/2/solo = false
|
||||
bus/2/mute = false
|
||||
bus/2/bypass_fx = false
|
||||
bus/2/volume_db = -11.4678
|
||||
bus/2/send = &"Master"
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://0g7qqh7naniv"]
|
||||
[gd_scene load_steps=37 format=3 uid="uid://0g7qqh7naniv"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/car_node.gd" id="1_0tin3"]
|
||||
[ext_resource type="Script" path="res://scripts/car.gd" id="1_i5tet"]
|
||||
|
@ -6,6 +6,30 @@
|
|||
[ext_resource type="Texture2D" uid="uid://e5aeyl47wi8p" path="res://sprites/car_body.png" id="4_lps13"]
|
||||
[ext_resource type="Script" path="res://scripts/label_round.gd" id="5_vheit"]
|
||||
[ext_resource type="PackedScene" uid="uid://dl7r8s5sxyvlw" path="res://scenes/enginesound.tscn" id="6_v21se"]
|
||||
[ext_resource type="AudioStream" uid="uid://dq5rei2w1isu4" path="res://sounds/crash/Car_Crash_01.mp3" id="7_7erwn"]
|
||||
[ext_resource type="AudioStream" uid="uid://c80nrd7syf2do" path="res://sounds/crash/Car_Crash_02.mp3" id="8_v77t5"]
|
||||
[ext_resource type="AudioStream" uid="uid://bydtxr3k48668" path="res://sounds/crash/Car_Crash_11.mp3" id="9_whtvo"]
|
||||
[ext_resource type="AudioStream" uid="uid://b8c1rvw6nt7o0" path="res://sounds/crash/Car_Crash_12.mp3" id="10_s183h"]
|
||||
[ext_resource type="AudioStream" uid="uid://cf0dn7xccjkgd" path="res://sounds/crash/Car_Crash_03.mp3" id="11_kqq1y"]
|
||||
[ext_resource type="AudioStream" uid="uid://c7wqkhy5u1a2q" path="res://sounds/crash/Car_Crash_04.mp3" id="12_bcbo2"]
|
||||
[ext_resource type="AudioStream" uid="uid://ddnteyshxxrji" path="res://sounds/crash/Car_Crash_05.mp3" id="13_lyjoi"]
|
||||
[ext_resource type="AudioStream" uid="uid://b4kmui4p66tk8" path="res://sounds/crash/Car_Crash_06.mp3" id="14_7y683"]
|
||||
[ext_resource type="AudioStream" uid="uid://dv51q2l17ck08" path="res://sounds/crash/Car_Crash_07.mp3" id="15_sm1v5"]
|
||||
[ext_resource type="AudioStream" uid="uid://bw64pl0a24hh1" path="res://sounds/crash/Car_Crash_08.mp3" id="16_7cb5n"]
|
||||
[ext_resource type="AudioStream" uid="uid://1txhc7kv6hmt" path="res://sounds/crash/Car_Crash_09.mp3" id="17_44mic"]
|
||||
[ext_resource type="AudioStream" uid="uid://dw2mxaef28o8q" path="res://sounds/crash/Car_Crash_10.mp3" id="18_poxqa"]
|
||||
[ext_resource type="Script" path="res://scripts/sfx.gd" id="19_85lmo"]
|
||||
[ext_resource type="AudioStream" uid="uid://w27a31rx438n" path="res://sounds/crashcartocar/carToCarCrash_1.mp3" id="20_i46w7"]
|
||||
[ext_resource type="AudioStream" uid="uid://jxtl6bre86fe" path="res://sounds/crashcartocar/carToCarCrash_2.mp3" id="21_ijxir"]
|
||||
[ext_resource type="AudioStream" uid="uid://f8h6ilj36le0" path="res://sounds/crashcartocar/carToCarCrash_11.mp3" id="22_2dot5"]
|
||||
[ext_resource type="AudioStream" uid="uid://n7bh6g7timbp" path="res://sounds/crashcartocar/carToCarCrash_3.mp3" id="23_siegc"]
|
||||
[ext_resource type="AudioStream" uid="uid://4j3l651ytali" path="res://sounds/crashcartocar/carToCarCrash_4.mp3" id="24_8bkwl"]
|
||||
[ext_resource type="AudioStream" uid="uid://7e0drsxkly2o" path="res://sounds/crashcartocar/carToCarCrash_5.mp3" id="25_udtw5"]
|
||||
[ext_resource type="AudioStream" uid="uid://dhmlx1qcbfaqd" path="res://sounds/crashcartocar/carToCarCrash_6.mp3" id="26_54swc"]
|
||||
[ext_resource type="AudioStream" uid="uid://rj6yk6iyto40" path="res://sounds/crashcartocar/carToCarCrash_7.mp3" id="27_ei7lh"]
|
||||
[ext_resource type="AudioStream" uid="uid://bgsq7fchoqj8v" path="res://sounds/crashcartocar/carToCarCrash_8.mp3" id="28_esp4o"]
|
||||
[ext_resource type="AudioStream" uid="uid://cfqcw2mha2yp2" path="res://sounds/crashcartocar/carToCarCrash_9.mp3" id="29_b0wo4"]
|
||||
[ext_resource type="AudioStream" uid="uid://t0b8lpb7dtxe" path="res://sounds/crashcartocar/carToCarCrash_10.mp3" id="30_gtdxt"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_bj1hp"]
|
||||
radius = 8.0
|
||||
|
@ -48,6 +72,38 @@ _data = {
|
|||
"show_rounds": SubResource("Animation_wl2vo")
|
||||
}
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_0d1y1"]
|
||||
playback_mode = 1
|
||||
random_pitch = 1.3
|
||||
streams_count = 12
|
||||
stream_0/stream = ExtResource("7_7erwn")
|
||||
stream_1/stream = ExtResource("8_v77t5")
|
||||
stream_2/stream = ExtResource("11_kqq1y")
|
||||
stream_3/stream = ExtResource("12_bcbo2")
|
||||
stream_4/stream = ExtResource("13_lyjoi")
|
||||
stream_5/stream = ExtResource("14_7y683")
|
||||
stream_6/stream = ExtResource("15_sm1v5")
|
||||
stream_7/stream = ExtResource("16_7cb5n")
|
||||
stream_8/stream = ExtResource("17_44mic")
|
||||
stream_9/stream = ExtResource("18_poxqa")
|
||||
stream_10/stream = ExtResource("9_whtvo")
|
||||
stream_11/stream = ExtResource("10_s183h")
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_smwyg"]
|
||||
random_pitch = 1.3
|
||||
streams_count = 11
|
||||
stream_0/stream = ExtResource("20_i46w7")
|
||||
stream_1/stream = ExtResource("21_ijxir")
|
||||
stream_2/stream = ExtResource("23_siegc")
|
||||
stream_3/stream = ExtResource("24_8bkwl")
|
||||
stream_4/stream = ExtResource("25_udtw5")
|
||||
stream_5/stream = ExtResource("26_54swc")
|
||||
stream_6/stream = ExtResource("27_ei7lh")
|
||||
stream_7/stream = ExtResource("28_esp4o")
|
||||
stream_8/stream = ExtResource("29_b0wo4")
|
||||
stream_9/stream = ExtResource("30_gtdxt")
|
||||
stream_10/stream = ExtResource("22_2dot5")
|
||||
|
||||
[node name="Car" type="Node2D"]
|
||||
script = ExtResource("1_0tin3")
|
||||
|
||||
|
@ -109,5 +165,18 @@ libraries = {
|
|||
|
||||
[node name="Enginesound" parent="CharacterBody_Car" instance=ExtResource("6_v21se")]
|
||||
|
||||
[node name="SFX" type="Node" parent="CharacterBody_Car"]
|
||||
script = ExtResource("19_85lmo")
|
||||
|
||||
[node name="SFXCrash" type="AudioStreamPlayer" parent="CharacterBody_Car/SFX"]
|
||||
stream = SubResource("AudioStreamRandomizer_0d1y1")
|
||||
bus = &"Crash"
|
||||
|
||||
[node name="SFXCrashCarToCar" type="AudioStreamPlayer" parent="CharacterBody_Car/SFX"]
|
||||
stream = SubResource("AudioStreamRandomizer_smwyg")
|
||||
pitch_scale = 1.27
|
||||
max_polyphony = 2
|
||||
bus = &"Crash"
|
||||
|
||||
[connection signal="timeout" from="CharacterBody_Car/resetTimer" to="CharacterBody_Car" method="_on_reset_timer_timeout"]
|
||||
[connection signal="timeout" from="CharacterBody_Car/collisionEnableTimer" to="CharacterBody_Car" method="_on_collision_enable_timer_timeout"]
|
||||
|
|
|
@ -162,10 +162,10 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -480.537
|
||||
offset_top = -286.765
|
||||
offset_right = -422.537
|
||||
offset_bottom = -209.765
|
||||
offset_left = -483.861
|
||||
offset_top = -287.132
|
||||
offset_right = -425.861
|
||||
offset_bottom = -210.132
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("2_80mhm")
|
||||
|
|
|
@ -17,6 +17,7 @@ const ROAD_L_NAME="road_l"
|
|||
const COLLISION_SLOWDOWN_CAR=1.01
|
||||
const COLLISION_SLOWDOWN_WALL=1.2
|
||||
|
||||
const MIN_CRASH_VELOCITY=10
|
||||
|
||||
const STANDSTILLSPEED=0.5
|
||||
var wheel_base = 60*0.5
|
||||
|
@ -72,6 +73,8 @@ var autosteer_enabled=false
|
|||
@onready var collision_enable_timer: Timer = $collisionEnableTimer
|
||||
|
||||
@onready var enginesound: Node = $Enginesound
|
||||
@onready var sfx: Node = $SFX
|
||||
|
||||
|
||||
var playerid=0
|
||||
var finalTime=-1
|
||||
|
@ -94,10 +97,13 @@ func _physics_process(delta: float) -> void:
|
|||
|
||||
for i in get_slide_collision_count():
|
||||
var collision = get_slide_collision(i)
|
||||
#if $".".name==collision.get_collider().name: #collided with another car
|
||||
if $".".name==collision.get_collider().name: #collided with another car
|
||||
sfx.crashCarToCar(velocity.length())
|
||||
# velocity-=COLLISION_SLOWDOWN_CAR
|
||||
if ROAD_R_NAME==collision.get_collider().name or ROAD_L_NAME==collision.get_collider().name: #collided with road
|
||||
velocity/=COLLISION_SLOWDOWN_WALL
|
||||
if (velocity.length()>MIN_CRASH_VELOCITY):
|
||||
velocity/=COLLISION_SLOWDOWN_WALL
|
||||
sfx.crashBarrier(velocity.length())
|
||||
|
||||
#if get_slide_collision_count()>0:
|
||||
# velocity/=2
|
||||
|
|
25
scripts/sfx.gd
Normal file
25
scripts/sfx.gd
Normal file
|
@ -0,0 +1,25 @@
|
|||
extends Node
|
||||
@onready var sfx_crash: AudioStreamPlayer = $SFXCrash
|
||||
@onready var sfx_crash_car_to_car: AudioStreamPlayer = $SFXCrashCarToCar
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
|
||||
func crashBarrier(velocity):
|
||||
if not sfx_crash.playing:
|
||||
#print("Play Crash sound v="+str(velocity))
|
||||
sfx_crash.set_volume_db(linear_to_db(clamp(remap(velocity, 100,300,0.0,1.0),0,1)))
|
||||
sfx_crash.play()
|
||||
|
||||
func crashCarToCar(velocity):
|
||||
if not sfx_crash_car_to_car.playing:
|
||||
#print("Play sfx_crash_car_to_car sound v="+str(velocity))
|
||||
sfx_crash_car_to_car.set_volume_db(linear_to_db(clamp(remap(velocity, 200,300,0.0,1.0),0,1)))
|
||||
sfx_crash_car_to_car.play()
|
BIN
sounds/beep/countdown_beep.mp3
Normal file
BIN
sounds/beep/countdown_beep.mp3
Normal file
Binary file not shown.
19
sounds/beep/countdown_beep.mp3.import
Normal file
19
sounds/beep/countdown_beep.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://v3eqa857k2xo"
|
||||
path="res://.godot/imported/countdown_beep.mp3-9087e6d8844c1d76f1460bed4532b480.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/beep/countdown_beep.mp3"
|
||||
dest_files=["res://.godot/imported/countdown_beep.mp3-9087e6d8844c1d76f1460bed4532b480.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/beep/countdown_beep_high.mp3
Normal file
BIN
sounds/beep/countdown_beep_high.mp3
Normal file
Binary file not shown.
19
sounds/beep/countdown_beep_high.mp3.import
Normal file
19
sounds/beep/countdown_beep_high.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://cdricwi06nttp"
|
||||
path="res://.godot/imported/countdown_beep_high.mp3-91cf7331b2ab5e3744a64f88ef817561.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/beep/countdown_beep_high.mp3"
|
||||
dest_files=["res://.godot/imported/countdown_beep_high.mp3-91cf7331b2ab5e3744a64f88ef817561.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_01.mp3
Normal file
BIN
sounds/crash/Car_Crash_01.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_01.mp3.import
Normal file
19
sounds/crash/Car_Crash_01.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://dq5rei2w1isu4"
|
||||
path="res://.godot/imported/Car_Crash_01.mp3-415f8e139c38cdbff70e5b6c468414bc.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_01.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_01.mp3-415f8e139c38cdbff70e5b6c468414bc.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_02.mp3
Normal file
BIN
sounds/crash/Car_Crash_02.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_02.mp3.import
Normal file
19
sounds/crash/Car_Crash_02.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://c80nrd7syf2do"
|
||||
path="res://.godot/imported/Car_Crash_02.mp3-5d18ae18022966627d103d6befb2a71a.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_02.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_02.mp3-5d18ae18022966627d103d6befb2a71a.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_03.mp3
Normal file
BIN
sounds/crash/Car_Crash_03.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_03.mp3.import
Normal file
19
sounds/crash/Car_Crash_03.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://cf0dn7xccjkgd"
|
||||
path="res://.godot/imported/Car_Crash_03.mp3-96d16e886f48be6080fc0d986bcdc73f.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_03.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_03.mp3-96d16e886f48be6080fc0d986bcdc73f.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_04.mp3
Normal file
BIN
sounds/crash/Car_Crash_04.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_04.mp3.import
Normal file
19
sounds/crash/Car_Crash_04.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://c7wqkhy5u1a2q"
|
||||
path="res://.godot/imported/Car_Crash_04.mp3-123ea09bcf6d1fb997155eaf16e435e4.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_04.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_04.mp3-123ea09bcf6d1fb997155eaf16e435e4.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_05.mp3
Normal file
BIN
sounds/crash/Car_Crash_05.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_05.mp3.import
Normal file
19
sounds/crash/Car_Crash_05.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://ddnteyshxxrji"
|
||||
path="res://.godot/imported/Car_Crash_05.mp3-3ffcca28ea53be54aca5a23e59db8f80.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_05.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_05.mp3-3ffcca28ea53be54aca5a23e59db8f80.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_06.mp3
Normal file
BIN
sounds/crash/Car_Crash_06.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_06.mp3.import
Normal file
19
sounds/crash/Car_Crash_06.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://b4kmui4p66tk8"
|
||||
path="res://.godot/imported/Car_Crash_06.mp3-7a2c7c1b2cd3ceda1503665cf6687f66.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_06.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_06.mp3-7a2c7c1b2cd3ceda1503665cf6687f66.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_07.mp3
Normal file
BIN
sounds/crash/Car_Crash_07.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_07.mp3.import
Normal file
19
sounds/crash/Car_Crash_07.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://dv51q2l17ck08"
|
||||
path="res://.godot/imported/Car_Crash_07.mp3-a28d72b451cb828fa0121279002c5c7b.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_07.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_07.mp3-a28d72b451cb828fa0121279002c5c7b.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_08.mp3
Normal file
BIN
sounds/crash/Car_Crash_08.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_08.mp3.import
Normal file
19
sounds/crash/Car_Crash_08.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://bw64pl0a24hh1"
|
||||
path="res://.godot/imported/Car_Crash_08.mp3-6fa3942f2adbf8d563772523348661a8.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_08.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_08.mp3-6fa3942f2adbf8d563772523348661a8.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_09.mp3
Normal file
BIN
sounds/crash/Car_Crash_09.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_09.mp3.import
Normal file
19
sounds/crash/Car_Crash_09.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://1txhc7kv6hmt"
|
||||
path="res://.godot/imported/Car_Crash_09.mp3-40614f8413f09aec299ea2d00d1d50f8.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_09.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_09.mp3-40614f8413f09aec299ea2d00d1d50f8.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_10.mp3
Normal file
BIN
sounds/crash/Car_Crash_10.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_10.mp3.import
Normal file
19
sounds/crash/Car_Crash_10.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://dw2mxaef28o8q"
|
||||
path="res://.godot/imported/Car_Crash_10.mp3-ae2fcee31eb520fa706b0d1d3ee22711.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_10.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_10.mp3-ae2fcee31eb520fa706b0d1d3ee22711.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_11.mp3
Normal file
BIN
sounds/crash/Car_Crash_11.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_11.mp3.import
Normal file
19
sounds/crash/Car_Crash_11.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://bydtxr3k48668"
|
||||
path="res://.godot/imported/Car_Crash_11.mp3-3f675adb281afa76c6e1fbd5418885bd.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_11.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_11.mp3-3f675adb281afa76c6e1fbd5418885bd.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crash/Car_Crash_12.mp3
Normal file
BIN
sounds/crash/Car_Crash_12.mp3
Normal file
Binary file not shown.
19
sounds/crash/Car_Crash_12.mp3.import
Normal file
19
sounds/crash/Car_Crash_12.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://b8c1rvw6nt7o0"
|
||||
path="res://.godot/imported/Car_Crash_12.mp3-3d9f73a346ac326c163e32944d4abb88.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crash/Car_Crash_12.mp3"
|
||||
dest_files=["res://.godot/imported/Car_Crash_12.mp3-3d9f73a346ac326c163e32944d4abb88.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_1.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_1.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_1.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_1.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://w27a31rx438n"
|
||||
path="res://.godot/imported/carToCarCrash_1.mp3-27f1ede7e2b5325b32f11ef51f7ac047.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_1.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_1.mp3-27f1ede7e2b5325b32f11ef51f7ac047.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_10.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_10.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_10.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_10.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://t0b8lpb7dtxe"
|
||||
path="res://.godot/imported/carToCarCrash_10.mp3-be6e9e3bc4a0981712da6b7c33934fbf.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_10.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_10.mp3-be6e9e3bc4a0981712da6b7c33934fbf.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_11.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_11.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_11.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_11.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://f8h6ilj36le0"
|
||||
path="res://.godot/imported/carToCarCrash_11.mp3-030c241aaf7d70f3cf550145a74e9ba8.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_11.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_11.mp3-030c241aaf7d70f3cf550145a74e9ba8.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_2.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_2.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_2.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_2.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://jxtl6bre86fe"
|
||||
path="res://.godot/imported/carToCarCrash_2.mp3-e3e90b5ba38324cccb4df64b7a618890.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_2.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_2.mp3-e3e90b5ba38324cccb4df64b7a618890.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_3.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_3.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_3.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_3.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://n7bh6g7timbp"
|
||||
path="res://.godot/imported/carToCarCrash_3.mp3-05d466c65bae6b2044b690088636f773.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_3.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_3.mp3-05d466c65bae6b2044b690088636f773.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_4.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_4.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_4.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_4.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://4j3l651ytali"
|
||||
path="res://.godot/imported/carToCarCrash_4.mp3-e41c4332238983d85f42d2b2415dafde.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_4.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_4.mp3-e41c4332238983d85f42d2b2415dafde.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_5.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_5.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_5.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_5.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://7e0drsxkly2o"
|
||||
path="res://.godot/imported/carToCarCrash_5.mp3-c7e97b895a934bc57f1fa2c05b1bd5af.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_5.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_5.mp3-c7e97b895a934bc57f1fa2c05b1bd5af.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_6.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_6.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_6.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_6.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://dhmlx1qcbfaqd"
|
||||
path="res://.godot/imported/carToCarCrash_6.mp3-fb633f34aba21024b3bd596c3937b474.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_6.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_6.mp3-fb633f34aba21024b3bd596c3937b474.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_7.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_7.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_7.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_7.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://rj6yk6iyto40"
|
||||
path="res://.godot/imported/carToCarCrash_7.mp3-15c56153470ee52d6af3c972d915da89.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_7.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_7.mp3-15c56153470ee52d6af3c972d915da89.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_8.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_8.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_8.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_8.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://bgsq7fchoqj8v"
|
||||
path="res://.godot/imported/carToCarCrash_8.mp3-a5b19c024b648012ddd8658ea6c7ae03.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_8.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_8.mp3-a5b19c024b648012ddd8658ea6c7ae03.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
BIN
sounds/crashcartocar/carToCarCrash_9.mp3
Normal file
BIN
sounds/crashcartocar/carToCarCrash_9.mp3
Normal file
Binary file not shown.
19
sounds/crashcartocar/carToCarCrash_9.mp3.import
Normal file
19
sounds/crashcartocar/carToCarCrash_9.mp3.import
Normal file
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://cfqcw2mha2yp2"
|
||||
path="res://.godot/imported/carToCarCrash_9.mp3-8d2b0447c2e3baa537f5c1bb1340da62.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/crashcartocar/carToCarCrash_9.mp3"
|
||||
dest_files=["res://.godot/imported/carToCarCrash_9.mp3-8d2b0447c2e3baa537f5c1bb1340da62.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
Loading…
Reference in a new issue