diff options
Diffstat (limited to 'godot/particles/WaterSplash.tscn')
| -rw-r--r-- | godot/particles/WaterSplash.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/godot/particles/WaterSplash.tscn b/godot/particles/WaterSplash.tscn index cdc0a56..fbffad7 100644 --- a/godot/particles/WaterSplash.tscn +++ b/godot/particles/WaterSplash.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=12 format=2] +[gd_scene load_steps=13 format=2] [ext_resource path="res://textures/ripples.png" type="Texture" id=1] +[ext_resource path="res://sounds/splash.wav" type="AudioStream" id=2] [sub_resource type="QuadMesh" id=1] @@ -171,3 +172,5 @@ process_material = SubResource( 6 ) draw_pass_1 = SubResource( 8 ) [node name="Audio" type="AudioStreamPlayer3D" parent="."] +stream = ExtResource( 2 ) +unit_db = 10.579 |
